aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-04-15 12:21:28 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-04-15 12:21:28 +0200
commit118328bd10f592d82023deb27eac9ffe77aa75b2 (patch)
tree39284961c24a0ae0b7024b4688a0a9a6ee32d325 /ML_ADMQuantities
parentfdf77c07df6aa7b37ff9726219a29e50f5185645 (diff)
Regenerate code (Kranc commit 519f2cd182c4828e74429e883139fbb8b1a11d3c)
Diffstat (limited to 'ML_ADMQuantities')
-rw-r--r--ML_ADMQuantities/schedule.ccl81
1 files changed, 38 insertions, 43 deletions
diff --git a/ML_ADMQuantities/schedule.ccl b/ML_ADMQuantities/schedule.ccl
index 8adebf2..ca0e024 100644
--- a/ML_ADMQuantities/schedule.ccl
+++ b/ML_ADMQuantities/schedule.ccl
@@ -41,50 +41,49 @@ schedule ML_ADMQuantities_RegisterSymmetries in SymmetryRegister
schedule group ML_ADMQuantities_group in MoL_PseudoEvolution after MoL_PostStep
{
- # no language specified
} "ML_ADMQuantities"
schedule ML_ADMQuantities in ML_ADMQuantities_group
{
LANG: C
- READS: grid::x
- READS: grid::y
- READS: grid::z
- READS: ML_BSSN::At11
- READS: ML_BSSN::At12
- READS: ML_BSSN::At13
- READS: ML_BSSN::At22
- READS: ML_BSSN::At23
- READS: ML_BSSN::At33
- READS: ML_BSSN::Xt1
- READS: ML_BSSN::Xt2
- READS: ML_BSSN::Xt3
- READS: ML_BSSN::alpha
- READS: ML_BSSN::phi
- READS: ML_BSSN::gt11
- READS: ML_BSSN::gt12
- READS: ML_BSSN::gt13
- READS: ML_BSSN::gt22
- READS: ML_BSSN::gt23
- READS: ML_BSSN::gt33
- READS: ML_BSSN::beta1
- READS: ML_BSSN::beta2
- READS: ML_BSSN::beta3
- READS: ML_BSSN::trK
- READS: TmunuBase::eTtt
- READS: TmunuBase::eTxx
- READS: TmunuBase::eTxy
- READS: TmunuBase::eTxz
- READS: TmunuBase::eTyy
- READS: TmunuBase::eTyz
- READS: TmunuBase::eTzz
- READS: TmunuBase::eTtx
- READS: TmunuBase::eTty
- READS: TmunuBase::eTtz
- WRITES: ML_ADMQuantities::Jadm1
- WRITES: ML_ADMQuantities::Jadm2
- WRITES: ML_ADMQuantities::Jadm3
- WRITES: ML_ADMQuantities::Madm
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ READS: ML_BSSN::At11(Everywhere)
+ READS: ML_BSSN::At12(Everywhere)
+ READS: ML_BSSN::At13(Everywhere)
+ READS: ML_BSSN::At22(Everywhere)
+ READS: ML_BSSN::At23(Everywhere)
+ READS: ML_BSSN::At33(Everywhere)
+ READS: ML_BSSN::Xt1(Everywhere)
+ READS: ML_BSSN::Xt2(Everywhere)
+ READS: ML_BSSN::Xt3(Everywhere)
+ READS: ML_BSSN::alpha(Everywhere)
+ READS: ML_BSSN::phi(Everywhere)
+ READS: ML_BSSN::gt11(Everywhere)
+ READS: ML_BSSN::gt12(Everywhere)
+ READS: ML_BSSN::gt13(Everywhere)
+ READS: ML_BSSN::gt22(Everywhere)
+ READS: ML_BSSN::gt23(Everywhere)
+ READS: ML_BSSN::gt33(Everywhere)
+ READS: ML_BSSN::beta1(Everywhere)
+ READS: ML_BSSN::beta2(Everywhere)
+ READS: ML_BSSN::beta3(Everywhere)
+ READS: ML_BSSN::trK(Everywhere)
+ READS: TmunuBase::eTtt(Everywhere)
+ READS: TmunuBase::eTxx(Everywhere)
+ READS: TmunuBase::eTxy(Everywhere)
+ READS: TmunuBase::eTxz(Everywhere)
+ READS: TmunuBase::eTyy(Everywhere)
+ READS: TmunuBase::eTyz(Everywhere)
+ READS: TmunuBase::eTzz(Everywhere)
+ READS: TmunuBase::eTtx(Everywhere)
+ READS: TmunuBase::eTty(Everywhere)
+ READS: TmunuBase::eTtz(Everywhere)
+ WRITES: ML_ADMQuantities::Jadm1(Interior)
+ WRITES: ML_ADMQuantities::Jadm2(Interior)
+ WRITES: ML_ADMQuantities::Jadm3(Interior)
+ WRITES: ML_ADMQuantities::Madm(Interior)
} "ML_ADMQuantities"
schedule ML_ADMQuantities_SelectBCs in ML_ADMQuantities_bc_group
@@ -97,17 +96,14 @@ schedule ML_ADMQuantities_SelectBCs in ML_ADMQuantities_bc_group
schedule group ApplyBCs as ML_ADMQuantities_ApplyBCs in ML_ADMQuantities_bc_group after ML_ADMQuantities_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in ML_ADMQuantities"
schedule group ML_ADMQuantities_bc_group in ML_ADMQuantities_group after ML_ADMQuantities
{
- # no language specified
} "ML_ADMQuantities"
schedule group ML_ADMQuantities_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "ML_ADMQuantities"
schedule ML_ADMQuantities_SelectBoundConds in MoL_PostStep
@@ -130,5 +126,4 @@ schedule ML_ADMQuantities_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_ADMQuantities_ApplyBCs in MoL_PostStep after ML_ADMQuantities_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"