aboutsummaryrefslogtreecommitdiff
path: root/src/Ell_Interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ell_Interface.c')
-rw-r--r--src/Ell_Interface.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/Ell_Interface.c b/src/Ell_Interface.c
index 6682810..f66f557 100644
--- a/src/Ell_Interface.c
+++ b/src/Ell_Interface.c
@@ -24,7 +24,7 @@
#include "cctk.h"
#include "cctk_Parameters.h"
#include "cctk_FortranString.h"
-#include "StoreNamedData.h"
+#include "StoreNamedData.h"
#include "EllBase.h"
@@ -38,6 +38,16 @@ static pNamedData *LinFlatSolverDB;
static pNamedData *BrBrConfMetricSolverDB;
static pNamedData *PolyConfMetricSolverDB;
+int Ell_LinConfMetricRegistry(int (*function), const char *sname);
+int Ell_LinConfMetricSolver(cGH *GH,
+ int *MetricPsi,
+ int FieldIndex,
+ int MIndex,
+ int NIndex,
+ CCTK_REAL *AbsTol,
+ CCTK_REAL *RelTol,
+ const char *sname);
+
/*
######################################################
###### Elliptic Equation class: LinEllConfMetric #####
@@ -344,7 +354,7 @@ int Ell_BrBrConfMetricSolver(cGH *GH,
}
else
{
- CCTK_WARN(2,"Cannot find solver for BrBrConfMetric");
+ CCTK_WARN(2,"Ell_BrBrConfMetricSolver: Cannot find solver for BrBrConfMetric");
retval = ELL_NOSOLVER;
}