aboutsummaryrefslogtreecommitdiff
path: root/src/Symmetry.h
diff options
context:
space:
mode:
authorlanfer <lanfer@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-04-07 17:57:56 +0000
committerlanfer <lanfer@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-04-07 17:57:56 +0000
commit767cc468eced62ca904b7119d26aec0e06ce9840 (patch)
tree2c52eaa04747e4b3b0c37283be1d2e758f1444d8 /src/Symmetry.h
parented1450e873cf10e7e2a9e4da91d45dcee64f68f3 (diff)
symmetry conditions for quadrant/bitant and 1D/2D support
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@98 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'src/Symmetry.h')
-rw-r--r--src/Symmetry.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Symmetry.h b/src/Symmetry.h
index 1f626fb..907c826 100644
--- a/src/Symmetry.h
+++ b/src/Symmetry.h
@@ -40,6 +40,18 @@ extern "C"
{
#endif
+
+int SetCartSymVI(cGH *GH, int *sym, int vi);
+int SetCartSymGI(cGH *GH, int *sym, int vi);
+int SetCartSymVN(cGH *GH, int *sym, const char *vn);
+int SetCartSymGN(cGH *GH, int *sym, const char *vn);
+
+int CartSymVI(cGH *GH, int vi);
+int CartSymGI(cGH *GH, int gi);
+int CartSymVN(cGH *GH, const char *vn);
+int CartSymGN(cGH *GH, const char *gn);
+
+/* Functions below are going to be deprecated */
void SetCartSymmetry(cGH *GH, int *sym, const char *imp_gf);
int CartSymBCGroupI(cGH *GH, int groupnum);