summaryrefslogtreecommitdiff
path: root/src/include/cctk_Stagger.h
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-14 16:37:44 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-14 16:37:44 +0000
commit3b17715f6ad29d123fe12ba9f1669c1257b53cae (patch)
tree88dd18afddd656ae05375f53819aba2a1832e47a /src/include/cctk_Stagger.h
parentd4c446834e757cd66afc7d514f86e42fe05b3618 (diff)
stagger support
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1256 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Stagger.h')
-rw-r--r--src/include/cctk_Stagger.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/include/cctk_Stagger.h b/src/include/cctk_Stagger.h
new file mode 100644
index 00000000..060a40b6
--- /dev/null
+++ b/src/include/cctk_Stagger.h
@@ -0,0 +1,23 @@
+
+#ifndef _CCTK_STAGGER_H_
+#define _CCTK_STAGGER_H_
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int CCTK_StaggeredGrids(void);
+int CCTK_StaggerCodeGrpIdx(int gindex);
+int CCTK_StaggerCodeGrp(const char *gname);
+int CCTK_StaggerCodeName(const char *stype);
+int CCTK_DirStaggerCodeVal(int dir, int sc);
+int CCTK_DirStaggerCodeName(int dir, const char *stype);
+
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif