aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-01-08 16:35:06 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-01-08 16:35:06 +0000
commitda21e9d54195198c75d0b7aaedc1d6a76ee2483f (patch)
tree12195e905074922e424f94caab141908f4a40e3a /src/include/pugh.h
parent9ed5893de41742d85535cf4f6745b521a2a42740 (diff)
Fokke Dijkstra's patch: Added new routine PUGH_SetTopology() which can be called
by other thorns to overwrite PUGH's manual topology parameter settings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@428 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index c0398d0..50d581a 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -172,6 +172,8 @@ int PUGH_Exit(cGH *GH, int retval);
const int *PUGH_Topology(const cGH *GH, int dim);
+int PUGH_SetTopology (int dim, const int topology[]);
+
#ifdef CCTK_MPI
MPI_Datatype PUGH_MPIDataType (const pGH *pughGH, int cctk_type);
#endif