aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Startup.c b/src/Startup.c
index 71dce6b..02ac4d2 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -5,6 +5,10 @@
#include "cctk.h"
#include "cctk_parameters.h"
+/* At Startup, EllBase registers the elliptic equation classes for which
+ it provides solvers. Other routines, which may come up with new classes,
+ can registers the classes in their own thorns. */
+
void Ell_RegisterBaseEqTypes(cGH *GH) {
void Ell_RegisterEq(void (*function),const char *);
void Ell_LinConfMetricRegistry(void (*function),const char *);