aboutsummaryrefslogtreecommitdiff
path: root/src/RegisterSym.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-26 17:15:35 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-26 17:15:35 +0100
commit140eaa74a9e30828636c5bedafbda6723db758de (patch)
treecedbd99a86b502626dbf50e279c98cbb3aa8d468 /src/RegisterSym.c
parent3a99f1362b3168a120a0ed5f37fceb2b036c3116 (diff)
Largely rewrite to work with mesh refinement.HEADmaster
As the actual work is now mostly done in the evolution code, this really only handles the symmetry condition on the x-axis.
Diffstat (limited to 'src/RegisterSym.c')
-rw-r--r--src/RegisterSym.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/RegisterSym.c b/src/RegisterSym.c
index 2145df0..dbed7be 100644
--- a/src/RegisterSym.c
+++ b/src/RegisterSym.c
@@ -60,10 +60,10 @@ void Cartoon2D_RegisterSymmetries (CCTK_ARGUMENTS)
CCTK_WARN (0, "Could not register the Cartoon boundaries -- probably some other thorn has already registered the same boundary faces for a different symmetry");
}
- ierr = SymmetryRegisterGridInterpolator
- (cctkGH, handle, Cartoon2D_SymmetryInterpolate);
- if (ierr < 0) {
- CCTK_WARN (0, "Could not register the symmetry interpolator");
- }
+ //ierr = SymmetryRegisterGridInterpolator
+ // (cctkGH, handle, Cartoon2D_SymmetryInterpolate);
+ //if (ierr < 0) {
+ // CCTK_WARN (0, "Could not register the symmetry interpolator");
+ //}
}