aboutsummaryrefslogtreecommitdiff
path: root/m/McLachlan_BSSN.m
diff options
context:
space:
mode:
Diffstat (limited to 'm/McLachlan_BSSN.m')
-rw-r--r--m/McLachlan_BSSN.m29
1 files changed, 16 insertions, 13 deletions
diff --git a/m/McLachlan_BSSN.m b/m/McLachlan_BSSN.m
index fa8e79c..1ac8816 100644
--- a/m/McLachlan_BSSN.m
+++ b/m/McLachlan_BSSN.m
@@ -1418,19 +1418,22 @@ CreateKrancThornTT [groups, ".", thorn,
(* Options *)
(******************************************************************************)
-(* derivative order: 2, 4, 6, 8, ... *)
-(* useJacobian: False or True *)
-(* split upwind derivatives: False or True *)
-(* timelevels: 2 or 3
- (keep this at 3; this is better chosen with a run-time parameter) *)
-(* matter: 0 or 1
- (matter seems cheap; it should be always enabled) *)
-
-createCode[2, False, True , 3, 1, "BSSN"];
+(* These are the arguments to createCode:
+ - derivative order: 2, 4, 6, 8, ...
+ - useJacobian: False or True
+ - split upwind derivatives: False or True
+ - timelevels: 2 or 3
+ (keep this at 3; this is better chosen with a run-time parameter)
+ - matter: 0 or 1
+ (matter seems cheap; it should be always enabled)
+ - thorn base name
+*)
+
+(* createCode[2, False, True , 3, 1, "BSSN"]; *)
createCode[4, False, True , 3, 1, "BSSN"];
-createCode[4, False, False, 3, 1, "BSSN"];
-createCode[4, True , True , 3, 1, "BSSN"];
-createCode[8, False, True , 3, 1, "BSSN"];
-createCode[8, True , True , 3, 1, "BSSN"];
+(* createCode[4, False, False, 3, 1, "BSSN"]; *)
+(* createCode[4, True , True , 3, 1, "BSSN"]; *)
+(* createCode[8, False, True , 3, 1, "BSSN"]; *)
+(* createCode[8, True , True , 3, 1, "BSSN"]; *)
createCode[4, False, True , 3, 1, "CCZ4"];