aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'ML_ADMQuantities/schedule.ccl')
-rw-r--r--ML_ADMQuantities/schedule.ccl102
1 files changed, 40 insertions, 62 deletions
diff --git a/ML_ADMQuantities/schedule.ccl b/ML_ADMQuantities/schedule.ccl
index ca0e024..3c9ab67 100644
--- a/ML_ADMQuantities/schedule.ccl
+++ b/ML_ADMQuantities/schedule.ccl
@@ -1,31 +1,9 @@
# File produced by Kranc
-if (timelevels == 1)
-{
- STORAGE: ML_Jadm[1]
-}
-if (timelevels == 2)
-{
- STORAGE: ML_Jadm[2]
-}
-if (timelevels == 3)
-{
- STORAGE: ML_Jadm[3]
-}
+STORAGE: ML_Jadm[timelevels]
-if (timelevels == 1)
-{
- STORAGE: ML_Madm[1]
-}
-if (timelevels == 2)
-{
- STORAGE: ML_Madm[2]
-}
-if (timelevels == 3)
-{
- STORAGE: ML_Madm[3]
-}
+STORAGE: ML_Madm[timelevels]
schedule ML_ADMQuantities_Startup at STARTUP
{
@@ -46,44 +24,44 @@ schedule group ML_ADMQuantities_group in MoL_PseudoEvolution after MoL_PostStep
schedule ML_ADMQuantities in ML_ADMQuantities_group
{
LANG: C
- 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)
+ 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