summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-12 15:45:48 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-12 15:45:48 +0000
commit3d8e17609f804cede05b787cb610508ce226f799 (patch)
treec709b3a66daa236ee43d31c240a75898b08111f3 /src/include/cctk_Groups.h
parent911cd218d1e58d7bfb188c5ee6ba80ef6ad87625 (diff)
staggering: function prototypes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1237 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index d8564260..3b84ff73 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -27,9 +27,20 @@ typedef struct
extern "C" {
#endif
+void CCTK_DumpGroupInfo(void);
+
+int CCTK_StaggeredGrids(void);
+int CCTK_StaggerCodeName(const char *stype);
+int CCTK_DirStaggerCodeVal(int dir, int staggercode);
+int CCTK_DirStaggerCodeName(int dir, const char *stype);
+int CCTKi_ParseStaggerString(int dim,
+ const char *imp,
+ const char *gname,
+ const char *stype);
+
int CCTK_DecomposeName(const char *fullname,
- char **implementation,
- char **name);
+ char **implementation,
+ char **name);
int CCTK_FirstVarIndex(const char *group);
int CCTK_FirstVarIndexI(int group);