aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-03-09 15:29:11 +0000
committerschnetter <schnetter@80bd93c7-81bc-453a-9e3f-619c0b4f6fe4>2004-03-09 15:29:11 +0000
commitc0f51778a55299fd39487e158bd19a9924ad2747 (patch)
treed1b6ea0cfa51a27fa537167183b697c4c5fb7880
parent8435ff77b51aea888da6776c075bc3bf5815ecb0 (diff)
Do not explicitly apply the symmetry boundary conditions.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@29 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4
-rw-r--r--interface.ccl3
-rw-r--r--src/Ricci.c6
2 files changed, 1 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index 1338f62..7547047 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,10 +3,9 @@
implements: ADMAnalysis
-inherits: ADMBase, StaticConformal, Grid, ADMMacros, Boundary
+inherits: ADMBase, StaticConformal, Grid, ADMMacros
USES INCLUDE HEADER: Symmetry.h
-USES INCLUDE HEADER: Boundary.h
void FUNCTION CartToSphere(CCTK_INT IN ARRAY lsh, \
CCTK_INT IN r2norm, \
diff --git a/src/Ricci.c b/src/Ricci.c
index 3ee645b..88b8ee8 100644
--- a/src/Ricci.c
+++ b/src/Ricci.c
@@ -13,8 +13,6 @@
#include "cctk_Arguments.h"
#include "ADMAnalysis.h"
-#include "Symmetry.h"
-#include "Boundary.h"
static const char *rcsid = "$Header$";
@@ -100,10 +98,6 @@ void ADMAnalysis_Ricci(CCTK_ARGUMENTS)
#include "CactusEinstein/ADMMacros/src/macro/RICCI_undefine.h"
- /* Execute Symmetry Conditions */
- CartSymGN(cctkGH,"ADMAnalysis::ricci_scalar");
- CartSymGN(cctkGH,"ADMAnalysis::ricci_tensor");
-
/* Apply Flat Boundary Condition */
err = Boundary_SelectGroupForBC(cctkGH, CCTK_ALL_FACES, 1, -1,
"ADMAnalysis::ricci_scalar", "Flat");