aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index d9ddd4b..a90a693 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -126,6 +126,7 @@ int PUGH_SetupGroup (pGH *newGH,
int vtype,
int dim,
int n_variables,
+ int vectorlength,
int staggercode,
int n_timelevels,
int vectorgroup);
@@ -151,6 +152,11 @@ int PUGH_GetBounds(int dim,
int *nprocs,
int *nsize);
+void PUGH_InitializeMemory (const char *do_initialize_memory,
+ int vtype,
+ int bytes,
+ void *data);
+
int PUGH_Terminate (cGH *GH);
int PUGH_ParallelInit(cGH *GH);