aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-02-19 13:21:48 -0800
committerErik Schnetter <schnetter@cct.lsu.edu>2010-02-19 13:21:48 -0800
commitfa724eab3321b1f0414ecc970e1831f0afecc294 (patch)
tree6139594c333645483ff0b06a5ff5a962d35b2d0a /m
parente9c90af31aa4826501fb53b183b88e7d430a50ce (diff)
Use new schedule group MoL_PseudoEvolution for the ADM constraints and the ADM quantities.
Re-generate all code.
Diffstat (limited to 'm')
-rw-r--r--m/McLachlan_ADMConstraints.m10
-rw-r--r--m/McLachlan_ADMQuantities.m10
2 files changed, 4 insertions, 16 deletions
diff --git a/m/McLachlan_ADMConstraints.m b/m/McLachlan_ADMConstraints.m
index 25cf720..4b2fd85 100644
--- a/m/McLachlan_ADMConstraints.m
+++ b/m/McLachlan_ADMConstraints.m
@@ -223,10 +223,7 @@ groups = Join [declaredGroups, extraGroups];
ADMConstraintsCalc =
{
Name -> ADMConstraints,
- (*
- Schedule -> {"AT analysis"},
- *)
- Schedule -> {"AT evol AFTER MoL_Evolution"},
+ Schedule -> {"IN MoL_PseudoEvolution"},
Where -> Interior,
Shorthands -> {detg, gu[ua,ub], G[ua,lb,lc],
R[la,lb], trR, Km[la,lb], trK,
@@ -265,10 +262,7 @@ ADMConstraintsCalc =
ADMConstraintsBoundaryCalc =
{
Name -> ADMConstraints <> "_boundary",
- (*
- Schedule -> {"AT analysis AFTER " <> ADMConstraints},
- *)
- Schedule -> {"AT evol AFTER MoL_Evolution AFTER " <> ADMConstraints},
+ Schedule -> {"IN MoL_PseudoEvolution AFTER " <> ADMConstraints},
Where -> BoundaryWithGhosts,
Equations ->
{
diff --git a/m/McLachlan_ADMQuantities.m b/m/McLachlan_ADMQuantities.m
index 24f7313..b5a8b56 100644
--- a/m/McLachlan_ADMQuantities.m
+++ b/m/McLachlan_ADMQuantities.m
@@ -227,10 +227,7 @@ groups = Join [declaredGroups, extraGroups];
ADMQuantitiesCalc =
{
Name -> ADMQuantities,
- (*
- Schedule -> {"AT analysis"},
- *)
- Schedule -> {"AT evol AFTER MoL_Evolution"},
+ Schedule -> {"IN MoL_PseudoEvolution"},
Where -> Interior,
Shorthands -> {detgt, gtu[ua,ub], dgtu[ua,ub,lc],
Gtl[la,lb,lc], Gtlu[la,lb,uc], Gt[ua,lb,lc],
@@ -298,10 +295,7 @@ ADMQuantitiesCalc =
ADMQuantitiesBoundaryCalc =
{
Name -> ADMQuantities <> "_boundary",
- (*
- Schedule -> {"AT analysis AFTER " <> ADMQuantities},
- *)
- Schedule -> {"AT evol AFTER MoL_Evolution AFTER " <> ADMQuantities},
+ Schedule -> {"IN MoL_PseudoEvolution AFTER " <> ADMQuantities},
Where -> BoundaryWithGhosts,
Equations ->
{