From 118328bd10f592d82023deb27eac9ffe77aa75b2 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Mon, 15 Apr 2013 12:21:28 +0200 Subject: Regenerate code (Kranc commit 519f2cd182c4828e74429e883139fbb8b1a11d3c) --- ML_ADMQuantities/schedule.ccl | 81 ++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 43 deletions(-) (limited to 'ML_ADMQuantities') 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" -- cgit v1.2.3