aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-04 16:30:43 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-04 16:30:43 +0000
commit6dcbdff59a71b3619fdc135af6ba445506d412d2 (patch)
tree74564eb71b49176c16da3be3d745147d260487b9 /src/include
parent264c9a81c81c68df922d46fe6a170b7741cd72ef (diff)
Adding periodic option back to PUGH. This is still to be tested.
Periodic boundary conditions are applied during a SyncGroup, at the moment only for multiprocessors (single processor will be added to SyncGroup when multiprocessor is working properly). The parameter is driver::periodic = "yes" When this is tested, periodic boundary conditions in different directions will be added. IOAscii isn't working properly with periodic boundary conditions, this will be fixed soon. (You get two extra nonsense points on each line, if the ghostzone size is 1). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@168 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pugh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 26d27ae..6a41e02 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -108,7 +108,8 @@ pGH *PUGH_SetupPGH(void *callerid,
int dim,
int *nsize,
int *nghostzones,
- int staggertype);
+ int staggertype,
+ int periodic);
int pugh_GFSize(int dim,
int *nsize);