aboutsummaryrefslogtreecommitdiff
path: root/m/McLachlan_ADMQuantities.m
diff options
context:
space:
mode:
Diffstat (limited to 'm/McLachlan_ADMQuantities.m')
-rw-r--r--m/McLachlan_ADMQuantities.m20
1 files changed, 11 insertions, 9 deletions
diff --git a/m/McLachlan_ADMQuantities.m b/m/McLachlan_ADMQuantities.m
index 2f78d56..e76b63d 100644
--- a/m/McLachlan_ADMQuantities.m
+++ b/m/McLachlan_ADMQuantities.m
@@ -308,7 +308,7 @@ CreateKrancThornTT [groups, ".", ADMQuantities,
DeclaredGroups -> declaredGroupNames,
PartialDerivatives -> derivatives,
EvolutionTimelevels -> evolutionTimelevels,
- UseJacobian -> useJacobian,
+ UseJacobian -> True,
UseLoopControl -> True,
InheritedImplementations -> inheritedImplementations,
IntParameters -> intParameters
@@ -322,13 +322,15 @@ CreateKrancThornTT [groups, ".", ADMQuantities,
(* Options *)
(******************************************************************************)
-(* derivative order: 2, 4, 6, 8, ... *)
-(* useJacobian: 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) *)
+(* These are the arguments to createCode:
+ - derivative order: 2, 4, 6, 8, ...
+ - useJacobian: 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, 3, 1];
+(* createCode[2, False, 3, 1]; *)
createCode[4, False, 3, 1];
-createCode[4, True, 3, 1];
+(* createCode[4, True, 3, 1]; *)