aboutsummaryrefslogtreecommitdiff
path: root/src/apply.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply.c')
-rw-r--r--src/apply.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/apply.c b/src/apply.c
index 278903a..c070012 100644
--- a/src/apply.c
+++ b/src/apply.c
@@ -340,6 +340,11 @@ BndReflectVI (cGH const * restrict const cctkGH,
ttype = SYMTENSOR;
tcomponent = vi - firstvar - 4;
}
+ } else if (CCTK_EQUALS (tensortypealias, "ddd_sym")) {
+ /* 3rd rank tensor, symmetric in last 2 indices */
+ assert (numvars == 18);
+ ttype = SYMTENSOR;
+ tcomponent = (vi - firstvar) % 6;
} else if (CCTK_EQUALS (tensortypealias, "weylscalars_real")) {
/* Weyl scalars, stored as 10 real values. NOTE: This assumes
that Psi_0 comes first, which is NOT the default with