aboutsummaryrefslogtreecommitdiff
path: root/src/MaskInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/MaskInit.c')
-rw-r--r--src/MaskInit.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/MaskInit.c b/src/MaskInit.c
index 2991b23..4e42825 100644
--- a/src/MaskInit.c
+++ b/src/MaskInit.c
@@ -45,6 +45,39 @@ void MaskOne(CCTK_ARGUMENTS);
********************************************************************/
/*@@
+ @routine MaskSym
+ @date Fri 3 May 2002
+ @author Gabrielle Allen
+ @desc
+ Scheduled routine to set symmetries for mask
+ @enddesc
+ @calls
+ @calledby
+ @history
+
+ @endhistory
+
+@@*/
+void MaskSym(CCTK_ARGUMENTS)
+{
+ int i;
+ DECLARE_CCTK_ARGUMENTS
+
+ int one;
+ int sym[3];
+
+ one = 1;
+
+ sym[0] = one;
+ sym[1] = one;
+ sym[2] = one;
+
+ SetCartSymVN(cctkGH, sym,"spacemask::emask");
+
+ return;
+}
+
+ /*@@
@routine MaskOne
@date
@author Miguel Alcubierre