aboutsummaryrefslogtreecommitdiff
path: root/src/EllBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EllBase.h')
-rw-r--r--src/EllBase.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/EllBase.h b/src/EllBase.h
new file mode 100644
index 0000000..e01198c
--- /dev/null
+++ b/src/EllBase.h
@@ -0,0 +1,20 @@
+#ifndef _LINEARELLIPTIC_H_
+#define _LINEARELLIPTIC_H_
+
+#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 */
+
+#define LINELL_FLAT3D_ARGS cGH *GH, \
+ CCTK_REAL tolerance, \
+ int FieldIndex, \
+ int MIndex, \
+ int NIndex \
+
+#endif
+
+#endif