aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMConstraints/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-04-03 16:05:18 -0400
committerErik Schnetter <schnetter@gmail.com>2012-04-03 16:05:18 -0400
commitaf04ce2e3d96d19b94dd4b416a6617b649c6da34 (patch)
tree3e54bd8fc0990b431e5fb3c0584af1e2a8c1a808 /ML_ADMConstraints/schedule.ccl
parent6a60c4578abcd30d8fc60904ba275ec2e21133a5 (diff)
Regenerate code with current version of Kranc
This is necessary so that Pi is correctly vectorized.
Diffstat (limited to 'ML_ADMConstraints/schedule.ccl')
-rw-r--r--ML_ADMConstraints/schedule.ccl21
1 files changed, 15 insertions, 6 deletions
diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl
index a57f9b5..095a226 100644
--- a/ML_ADMConstraints/schedule.ccl
+++ b/ML_ADMConstraints/schedule.ccl
@@ -33,12 +33,6 @@ schedule ML_ADMConstraints_Startup at STARTUP
OPTIONS: meta
} "create banner"
-schedule ML_ADMConstraints_RegisterVars in MoL_Register
-{
- LANG: C
- OPTIONS: meta
-} "Register Variables for MoL"
-
schedule ML_ADMConstraints_RegisterSymmetries in SymmetryRegister
{
LANG: C
@@ -53,6 +47,15 @@ schedule group ML_ADMConstraints_group in MoL_PseudoEvolution after MoL_PostStep
schedule ML_ADMConstraints in ML_ADMConstraints_group
{
LANG: C
+ READS: ADMBase::curv
+ READS: ADMBase::lapse
+ READS: ADMBase::metric
+ READS: ADMBase::shift
+ READS: TmunuBase::stress_energy_scalar
+ READS: TmunuBase::stress_energy_tensor
+ READS: TmunuBase::stress_energy_vector
+ WRITES: ML_ADMConstraints::ML_Ham
+ WRITES: ML_ADMConstraints::ML_mom
} "ML_ADMConstraints"
schedule ML_ADMConstraints_SelectBCs in ML_ADMConstraints_bc_group
@@ -90,6 +93,12 @@ schedule ML_ADMConstraints_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
+schedule ML_ADMConstraints_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PostStep after ML_ADMConstraints_SelectBoundConds
{
# no language specified