aboutsummaryrefslogtreecommitdiff
path: root/src/EllBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EllBase.h')
-rw-r--r--src/EllBase.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/EllBase.h b/src/EllBase.h
index fa4c518..536eadf 100644
--- a/src/EllBase.h
+++ b/src/EllBase.h
@@ -15,13 +15,16 @@
#define ELL_NOSOLVER -1
#define ELL_NOCONVERGENCE -2
#define ELL_NOCLASS -3
+#define ELL_SOLVEREXISTS -4
+#define ELL_CLASSEXISTS -5
+#define ELL_FAILURE -6
#ifdef CCODE
/* Argumennt structure for the four different types of elliptic solvers
- provided at this point. Difference is MetricI, MetricPsiI and StencilGFI, which
- are arrays holding the grid function indices of the metric, metric+psi or
- the 27 stencil grid functions, respectively */
+ provided at this point. Difference is MetricI, MetricPsiI and StencilGFI,
+ which are arrays holding the grid function indices of the metric,
+ metric+psi or the 27 stencil grid functions, respectively */
#define LINELL_FLAT3D_ARGS \
cGH *GH, \