aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-14 21:37:05 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2009-11-14 21:37:05 -0600
commitd178c81a0cb1da927bfd7d0bb64043d9484b353b (patch)
tree2a48ab29ef4a72dc1d1ae60e00cd7c0f231ae823 /m
parent87fa6dcf3ff19d937313d20cca8f9e2bca1d4aec (diff)
Allow 4 RHS time levels.
Re-generate code.
Diffstat (limited to 'm')
-rw-r--r--m/McLachlan_BSSN.m10
1 files changed, 7 insertions, 3 deletions
diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m
index 042f010..186da54 100644
--- a/m/McLachlan_BSSN.m
+++ b/m/McLachlan_BSSN.m
@@ -913,6 +913,10 @@ extendedKeywordParameters =
AllowedValues -> {BSSN}
},
{
+ Name -> "ADMBase::dtlapse_evolution_method",
+ AllowedValues -> {BSSN}
+ },
+ {
Name -> "ADMBase::dtshift_evolution_method",
AllowedValues -> {BSSN}
}
@@ -1061,6 +1065,6 @@ CreateKrancThornTT [groups, ".", BSSN,
(* matter: 0 or 1
(matter seems cheap; it should be always enabled) *)
-createCode[4, False, 3, 0];
-createCode[4, False, 3, 1];
-createCode[4, True, 3, 0];
+createCode[4, False, 4, 0];
+createCode[4, False, 4, 1];
+createCode[4, True, 4, 0];