aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/src/ML_ADM_RHS.c
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADM/src/ML_ADM_RHS.c')
-rw-r--r--ML_ADM/src/ML_ADM_RHS.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ML_ADM/src/ML_ADM_RHS.c b/ML_ADM/src/ML_ADM_RHS.c
index f23b5d6..4511fdd 100644
--- a/ML_ADM/src/ML_ADM_RHS.c
+++ b/ML_ADM/src/ML_ADM_RHS.c
@@ -59,6 +59,9 @@ void ML_ADM_RHS_Body(cGH const * restrict const cctkGH, int const dir, int const
return;
}
+ const char *groups[] = {"ML_ADM::ML_curv","ML_ADM::ML_curvrhs","ML_ADM::ML_lapse","ML_ADM::ML_lapserhs","ML_ADM::ML_metric","ML_ADM::ML_metricrhs","ML_ADM::ML_shift","ML_ADM::ML_shiftrhs"};
+ GenericFD_AssertGroupStorage(cctkGH, "ML_ADM_RHS", 8, groups);
+
/* Include user-supplied include files */
/* Initialise finite differencing variables */