aboutsummaryrefslogtreecommitdiff
path: root/src/Ricci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ricci.c')
-rw-r--r--src/Ricci.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/Ricci.c b/src/Ricci.c
index adb4693..04f8b18 100644
--- a/src/Ricci.c
+++ b/src/Ricci.c
@@ -68,7 +68,7 @@ void ADMAnalysis_Ricci(CCTK_ARGUMENTS)
DECLARE_CCTK_ARGUMENTS;
CCTK_INT lsh[3];
- CCTK_INT i,j,k, d, ijk, di, dj, dk, err;
+ CCTK_INT i,j,k, d, ijk, di, dj, dk;
#include "CactusEinstein/ADMMacros/src/macro/RICCI_declare.h"
@@ -104,6 +104,16 @@ void ADMAnalysis_Ricci(CCTK_ARGUMENTS)
Ricci11, Ricci12, Ricci13, Ricci22, Ricci23, Ricci33,
Ricci, detg);
+ return;
+
+}
+
+void ADMAnalysis_Ricci_Boundaries(CCTK_ARGUMENTS)
+{
+ DECLARE_CCTK_ARGUMENTS;
+
+ CCTK_INT err;
+
/* Apply Flat Boundary Condition */
err = Boundary_SelectGroupForBC(cctkGH, CCTK_ALL_FACES, 1, -1,
"ADMAnalysis::ricci_scalar", "Flat");
@@ -118,9 +128,6 @@ void ADMAnalysis_Ricci(CCTK_ARGUMENTS)
* value of the Ricci tensor is going to be used for something other
* than output, then the boundaries should be handled more properly.
*/
-
- return;
-
}
/********************************************************************