aboutsummaryrefslogtreecommitdiff
path: root/src/sor_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sor_wrapper.c')
-rw-r--r--src/sor_wrapper.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/sor_wrapper.c b/src/sor_wrapper.c
index 0bd976c..4f2a8b0 100644
--- a/src/sor_wrapper.c
+++ b/src/sor_wrapper.c
@@ -22,9 +22,24 @@
#include "cctk_Parameters.h"
#include "cctk_FortranString.h"
+void sor_flat_3d(cGH *GH, int FieldIndex, int MIndex, int NIndex,
+ CCTK_REAL *AbsTol, CCTK_REAL *RelTol);
void sor_confmetric_3d(cGH *GH, int *MetricPsiI, int conformal,
int FieldIndex, int MIndex, int NIndex,
CCTK_REAL *AbsTol, CCTK_REAL *RelTol);
+void sor_confmetric(cGH *GH,
+ int *MetricPsiI,
+ int FieldIndex,
+ int MIndex,
+ int NIndex,
+ CCTK_REAL *AbsTol,
+ CCTK_REAL *RelTol);
+void sor_flat(cGH *GH,
+ int FieldIndex,
+ int MIndex,
+ int NIndex,
+ CCTK_REAL *AbsTol,
+ CCTK_REAL *RelTol);
/*@@
@routine sor_confmetric