aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2013-05-28 07:47:23 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2013-05-28 07:47:23 +0000
commit55031a53599253b340b39ba7e60bf188be1a2936 (patch)
tree5dee44bd64f12703614a5e4cb31e51ee813b2830
parentec0c19a6871def29d0dd9def4eb9482485926545 (diff)
Regenerate WeylScal4 (Kranc commit 519f2cd182c4828e74429e883139fbb8b1a11d3c)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@136 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
-rw-r--r--schedule.ccl388
1 files changed, 180 insertions, 208 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f847cf4..04afbdd 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -255,7 +255,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars
{
- # no language specified
} "WeylScal4_psi4_calc_Nth"
}
}
@@ -263,23 +262,23 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
schedule WeylScal4_psi4_calc_Nth in WeylScal4_psi4_calc_Nth_group
{
LANG: C
- READS: admbase::kxx
- READS: admbase::kxy
- READS: admbase::kxz
- READS: admbase::kyy
- READS: admbase::kyz
- READS: admbase::kzz
- READS: admbase::gxx
- READS: admbase::gxy
- READS: admbase::gxz
- READS: admbase::gyy
- READS: admbase::gyz
- READS: admbase::gzz
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: WeylScal4::Psi4i
- WRITES: WeylScal4::Psi4r
+ READS: admbase::kxx(Everywhere)
+ READS: admbase::kxy(Everywhere)
+ READS: admbase::kxz(Everywhere)
+ READS: admbase::kyy(Everywhere)
+ READS: admbase::kyz(Everywhere)
+ READS: admbase::kzz(Everywhere)
+ READS: admbase::gxx(Everywhere)
+ READS: admbase::gxy(Everywhere)
+ READS: admbase::gxz(Everywhere)
+ READS: admbase::gyy(Everywhere)
+ READS: admbase::gyz(Everywhere)
+ READS: admbase::gzz(Everywhere)
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: WeylScal4::Psi4i(Interior)
+ WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psi4_calc_Nth"
schedule WeylScal4_psi4_calc_Nth_SelectBCs in WeylScal4_psi4_calc_Nth_bc_group
@@ -292,7 +291,6 @@ schedule WeylScal4_psi4_calc_Nth_SelectBCs in WeylScal4_psi4_calc_Nth_bc_group
schedule group ApplyBCs as WeylScal4_psi4_calc_Nth_ApplyBCs in WeylScal4_psi4_calc_Nth_bc_group after WeylScal4_psi4_calc_Nth_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in WeylScal4_psi4_calc_Nth"
@@ -303,7 +301,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_Nth_bc_group in WeylScal4_psi4_calc_Nth_group after WeylScal4_psi4_calc_Nth
{
- # no language specified
} "WeylScal4_psi4_calc_Nth"
}
}
@@ -316,7 +313,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "WeylScal4_psi4_calc_Nth"
}
}
@@ -329,7 +325,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars
{
- # no language specified
} "WeylScal4_psi4_calc_2nd"
}
}
@@ -337,23 +332,23 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
schedule WeylScal4_psi4_calc_2nd in WeylScal4_psi4_calc_2nd_group
{
LANG: C
- READS: admbase::kxx
- READS: admbase::kxy
- READS: admbase::kxz
- READS: admbase::kyy
- READS: admbase::kyz
- READS: admbase::kzz
- READS: admbase::gxx
- READS: admbase::gxy
- READS: admbase::gxz
- READS: admbase::gyy
- READS: admbase::gyz
- READS: admbase::gzz
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: WeylScal4::Psi4i
- WRITES: WeylScal4::Psi4r
+ READS: admbase::kxx(Everywhere)
+ READS: admbase::kxy(Everywhere)
+ READS: admbase::kxz(Everywhere)
+ READS: admbase::kyy(Everywhere)
+ READS: admbase::kyz(Everywhere)
+ READS: admbase::kzz(Everywhere)
+ READS: admbase::gxx(Everywhere)
+ READS: admbase::gxy(Everywhere)
+ READS: admbase::gxz(Everywhere)
+ READS: admbase::gyy(Everywhere)
+ READS: admbase::gyz(Everywhere)
+ READS: admbase::gzz(Everywhere)
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: WeylScal4::Psi4i(Interior)
+ WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psi4_calc_2nd"
schedule WeylScal4_psi4_calc_2nd_SelectBCs in WeylScal4_psi4_calc_2nd_bc_group
@@ -366,7 +361,6 @@ schedule WeylScal4_psi4_calc_2nd_SelectBCs in WeylScal4_psi4_calc_2nd_bc_group
schedule group ApplyBCs as WeylScal4_psi4_calc_2nd_ApplyBCs in WeylScal4_psi4_calc_2nd_bc_group after WeylScal4_psi4_calc_2nd_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in WeylScal4_psi4_calc_2nd"
@@ -377,7 +371,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_2nd_bc_group in WeylScal4_psi4_calc_2nd_group after WeylScal4_psi4_calc_2nd
{
- # no language specified
} "WeylScal4_psi4_calc_2nd"
}
}
@@ -390,7 +383,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "WeylScal4_psi4_calc_2nd"
}
}
@@ -403,7 +395,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars
{
- # no language specified
} "WeylScal4_psi4_calc_4th"
}
}
@@ -411,23 +402,23 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
schedule WeylScal4_psi4_calc_4th in WeylScal4_psi4_calc_4th_group
{
LANG: C
- READS: admbase::kxx
- READS: admbase::kxy
- READS: admbase::kxz
- READS: admbase::kyy
- READS: admbase::kyz
- READS: admbase::kzz
- READS: admbase::gxx
- READS: admbase::gxy
- READS: admbase::gxz
- READS: admbase::gyy
- READS: admbase::gyz
- READS: admbase::gzz
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: WeylScal4::Psi4i
- WRITES: WeylScal4::Psi4r
+ READS: admbase::kxx(Everywhere)
+ READS: admbase::kxy(Everywhere)
+ READS: admbase::kxz(Everywhere)
+ READS: admbase::kyy(Everywhere)
+ READS: admbase::kyz(Everywhere)
+ READS: admbase::kzz(Everywhere)
+ READS: admbase::gxx(Everywhere)
+ READS: admbase::gxy(Everywhere)
+ READS: admbase::gxz(Everywhere)
+ READS: admbase::gyy(Everywhere)
+ READS: admbase::gyz(Everywhere)
+ READS: admbase::gzz(Everywhere)
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: WeylScal4::Psi4i(Interior)
+ WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psi4_calc_4th"
schedule WeylScal4_psi4_calc_4th_SelectBCs in WeylScal4_psi4_calc_4th_bc_group
@@ -440,7 +431,6 @@ schedule WeylScal4_psi4_calc_4th_SelectBCs in WeylScal4_psi4_calc_4th_bc_group
schedule group ApplyBCs as WeylScal4_psi4_calc_4th_ApplyBCs in WeylScal4_psi4_calc_4th_bc_group after WeylScal4_psi4_calc_4th_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in WeylScal4_psi4_calc_4th"
@@ -451,7 +441,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_4th_bc_group in WeylScal4_psi4_calc_4th_group after WeylScal4_psi4_calc_4th
{
- # no language specified
} "WeylScal4_psi4_calc_4th"
}
}
@@ -464,7 +453,6 @@ if (CCTK_EQUALS(calc_scalars, "psi4"))
{
schedule group WeylScal4_psi4_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "WeylScal4_psi4_calc_4th"
}
}
@@ -477,7 +465,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars
{
- # no language specified
} "WeylScal4_psis_calc_Nth"
}
}
@@ -485,31 +472,31 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
schedule WeylScal4_psis_calc_Nth in WeylScal4_psis_calc_Nth_group
{
LANG: C
- READS: admbase::kxx
- READS: admbase::kxy
- READS: admbase::kxz
- READS: admbase::kyy
- READS: admbase::kyz
- READS: admbase::kzz
- READS: admbase::gxx
- READS: admbase::gxy
- READS: admbase::gxz
- READS: admbase::gyy
- READS: admbase::gyz
- READS: admbase::gzz
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: WeylScal4::Psi0i
- WRITES: WeylScal4::Psi0r
- WRITES: WeylScal4::Psi1i
- WRITES: WeylScal4::Psi1r
- WRITES: WeylScal4::Psi2i
- WRITES: WeylScal4::Psi2r
- WRITES: WeylScal4::Psi3i
- WRITES: WeylScal4::Psi3r
- WRITES: WeylScal4::Psi4i
- WRITES: WeylScal4::Psi4r
+ READS: admbase::kxx(Everywhere)
+ READS: admbase::kxy(Everywhere)
+ READS: admbase::kxz(Everywhere)
+ READS: admbase::kyy(Everywhere)
+ READS: admbase::kyz(Everywhere)
+ READS: admbase::kzz(Everywhere)
+ READS: admbase::gxx(Everywhere)
+ READS: admbase::gxy(Everywhere)
+ READS: admbase::gxz(Everywhere)
+ READS: admbase::gyy(Everywhere)
+ READS: admbase::gyz(Everywhere)
+ READS: admbase::gzz(Everywhere)
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: WeylScal4::Psi0i(Interior)
+ WRITES: WeylScal4::Psi0r(Interior)
+ WRITES: WeylScal4::Psi1i(Interior)
+ WRITES: WeylScal4::Psi1r(Interior)
+ WRITES: WeylScal4::Psi2i(Interior)
+ WRITES: WeylScal4::Psi2r(Interior)
+ WRITES: WeylScal4::Psi3i(Interior)
+ WRITES: WeylScal4::Psi3r(Interior)
+ WRITES: WeylScal4::Psi4i(Interior)
+ WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psis_calc_Nth"
schedule WeylScal4_psis_calc_Nth_SelectBCs in WeylScal4_psis_calc_Nth_bc_group
@@ -530,7 +517,6 @@ schedule WeylScal4_psis_calc_Nth_SelectBCs in WeylScal4_psis_calc_Nth_bc_group
schedule group ApplyBCs as WeylScal4_psis_calc_Nth_ApplyBCs in WeylScal4_psis_calc_Nth_bc_group after WeylScal4_psis_calc_Nth_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in WeylScal4_psis_calc_Nth"
@@ -541,7 +527,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_Nth_bc_group in WeylScal4_psis_calc_Nth_group after WeylScal4_psis_calc_Nth
{
- # no language specified
} "WeylScal4_psis_calc_Nth"
}
}
@@ -554,7 +539,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "WeylScal4_psis_calc_Nth"
}
}
@@ -567,7 +551,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars
{
- # no language specified
} "WeylScal4_psis_calc_2nd"
}
}
@@ -575,31 +558,31 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
schedule WeylScal4_psis_calc_2nd in WeylScal4_psis_calc_2nd_group
{
LANG: C
- READS: admbase::kxx
- READS: admbase::kxy
- READS: admbase::kxz
- READS: admbase::kyy
- READS: admbase::kyz
- READS: admbase::kzz
- READS: admbase::gxx
- READS: admbase::gxy
- READS: admbase::gxz
- READS: admbase::gyy
- READS: admbase::gyz
- READS: admbase::gzz
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: WeylScal4::Psi0i
- WRITES: WeylScal4::Psi0r
- WRITES: WeylScal4::Psi1i
- WRITES: WeylScal4::Psi1r
- WRITES: WeylScal4::Psi2i
- WRITES: WeylScal4::Psi2r
- WRITES: WeylScal4::Psi3i
- WRITES: WeylScal4::Psi3r
- WRITES: WeylScal4::Psi4i
- WRITES: WeylScal4::Psi4r
+ READS: admbase::kxx(Everywhere)
+ READS: admbase::kxy(Everywhere)
+ READS: admbase::kxz(Everywhere)
+ READS: admbase::kyy(Everywhere)
+ READS: admbase::kyz(Everywhere)
+ READS: admbase::kzz(Everywhere)
+ READS: admbase::gxx(Everywhere)
+ READS: admbase::gxy(Everywhere)
+ READS: admbase::gxz(Everywhere)
+ READS: admbase::gyy(Everywhere)
+ READS: admbase::gyz(Everywhere)
+ READS: admbase::gzz(Everywhere)
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: WeylScal4::Psi0i(Interior)
+ WRITES: WeylScal4::Psi0r(Interior)
+ WRITES: WeylScal4::Psi1i(Interior)
+ WRITES: WeylScal4::Psi1r(Interior)
+ WRITES: WeylScal4::Psi2i(Interior)
+ WRITES: WeylScal4::Psi2r(Interior)
+ WRITES: WeylScal4::Psi3i(Interior)
+ WRITES: WeylScal4::Psi3r(Interior)
+ WRITES: WeylScal4::Psi4i(Interior)
+ WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psis_calc_2nd"
schedule WeylScal4_psis_calc_2nd_SelectBCs in WeylScal4_psis_calc_2nd_bc_group
@@ -620,7 +603,6 @@ schedule WeylScal4_psis_calc_2nd_SelectBCs in WeylScal4_psis_calc_2nd_bc_group
schedule group ApplyBCs as WeylScal4_psis_calc_2nd_ApplyBCs in WeylScal4_psis_calc_2nd_bc_group after WeylScal4_psis_calc_2nd_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in WeylScal4_psis_calc_2nd"
@@ -631,7 +613,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_2nd_bc_group in WeylScal4_psis_calc_2nd_group after WeylScal4_psis_calc_2nd
{
- # no language specified
} "WeylScal4_psis_calc_2nd"
}
}
@@ -644,7 +625,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "WeylScal4_psis_calc_2nd"
}
}
@@ -657,7 +637,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars
{
- # no language specified
} "WeylScal4_psis_calc_4th"
}
}
@@ -665,31 +644,31 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
schedule WeylScal4_psis_calc_4th in WeylScal4_psis_calc_4th_group
{
LANG: C
- READS: admbase::kxx
- READS: admbase::kxy
- READS: admbase::kxz
- READS: admbase::kyy
- READS: admbase::kyz
- READS: admbase::kzz
- READS: admbase::gxx
- READS: admbase::gxy
- READS: admbase::gxz
- READS: admbase::gyy
- READS: admbase::gyz
- READS: admbase::gzz
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: WeylScal4::Psi0i
- WRITES: WeylScal4::Psi0r
- WRITES: WeylScal4::Psi1i
- WRITES: WeylScal4::Psi1r
- WRITES: WeylScal4::Psi2i
- WRITES: WeylScal4::Psi2r
- WRITES: WeylScal4::Psi3i
- WRITES: WeylScal4::Psi3r
- WRITES: WeylScal4::Psi4i
- WRITES: WeylScal4::Psi4r
+ READS: admbase::kxx(Everywhere)
+ READS: admbase::kxy(Everywhere)
+ READS: admbase::kxz(Everywhere)
+ READS: admbase::kyy(Everywhere)
+ READS: admbase::kyz(Everywhere)
+ READS: admbase::kzz(Everywhere)
+ READS: admbase::gxx(Everywhere)
+ READS: admbase::gxy(Everywhere)
+ READS: admbase::gxz(Everywhere)
+ READS: admbase::gyy(Everywhere)
+ READS: admbase::gyz(Everywhere)
+ READS: admbase::gzz(Everywhere)
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: WeylScal4::Psi0i(Interior)
+ WRITES: WeylScal4::Psi0r(Interior)
+ WRITES: WeylScal4::Psi1i(Interior)
+ WRITES: WeylScal4::Psi1r(Interior)
+ WRITES: WeylScal4::Psi2i(Interior)
+ WRITES: WeylScal4::Psi2r(Interior)
+ WRITES: WeylScal4::Psi3i(Interior)
+ WRITES: WeylScal4::Psi3r(Interior)
+ WRITES: WeylScal4::Psi4i(Interior)
+ WRITES: WeylScal4::Psi4r(Interior)
} "WeylScal4_psis_calc_4th"
schedule WeylScal4_psis_calc_4th_SelectBCs in WeylScal4_psis_calc_4th_bc_group
@@ -710,7 +689,6 @@ schedule WeylScal4_psis_calc_4th_SelectBCs in WeylScal4_psis_calc_4th_bc_group
schedule group ApplyBCs as WeylScal4_psis_calc_4th_ApplyBCs in WeylScal4_psis_calc_4th_bc_group after WeylScal4_psis_calc_4th_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in WeylScal4_psis_calc_4th"
@@ -721,7 +699,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_4th_bc_group in WeylScal4_psis_calc_4th_group after WeylScal4_psis_calc_4th
{
- # no language specified
} "WeylScal4_psis_calc_4th"
}
}
@@ -734,7 +711,6 @@ if (CCTK_EQUALS(calc_scalars, "psis"))
{
schedule group WeylScal4_psis_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "WeylScal4_psis_calc_4th"
}
}
@@ -750,7 +726,6 @@ if (CCTK_EQUALS(calc_invariants, "always"))
{
schedule group WeylScal4_invars_calc_Nth_group in MoL_PseudoEvolution after WeylScal4_psis_calc_Nth_group
{
- # no language specified
} "WeylScal4_invars_calc_Nth"
}
}
@@ -759,24 +734,24 @@ if (CCTK_EQUALS(calc_invariants, "always"))
schedule WeylScal4_invars_calc_Nth in WeylScal4_invars_calc_Nth_group
{
LANG: C
- READS: WeylScal4::Psi0i
- READS: WeylScal4::Psi0r
- READS: WeylScal4::Psi1i
- READS: WeylScal4::Psi1r
- READS: WeylScal4::Psi2i
- READS: WeylScal4::Psi2r
- READS: WeylScal4::Psi3i
- READS: WeylScal4::Psi3r
- READS: WeylScal4::Psi4i
- READS: WeylScal4::Psi4r
- WRITES: WeylScal4::curvIi
- WRITES: WeylScal4::curvIr
- WRITES: WeylScal4::curvJ1
- WRITES: WeylScal4::curvJ2
- WRITES: WeylScal4::curvJ3
- WRITES: WeylScal4::curvJ4
- WRITES: WeylScal4::curvJi
- WRITES: WeylScal4::curvJr
+ READS: WeylScal4::Psi0i(Everywhere)
+ READS: WeylScal4::Psi0r(Everywhere)
+ READS: WeylScal4::Psi1i(Everywhere)
+ READS: WeylScal4::Psi1r(Everywhere)
+ READS: WeylScal4::Psi2i(Everywhere)
+ READS: WeylScal4::Psi2r(Everywhere)
+ READS: WeylScal4::Psi3i(Everywhere)
+ READS: WeylScal4::Psi3r(Everywhere)
+ READS: WeylScal4::Psi4i(Everywhere)
+ READS: WeylScal4::Psi4r(Everywhere)
+ WRITES: WeylScal4::curvIi(Interior)
+ WRITES: WeylScal4::curvIr(Interior)
+ WRITES: WeylScal4::curvJ1(Interior)
+ WRITES: WeylScal4::curvJ2(Interior)
+ WRITES: WeylScal4::curvJ3(Interior)
+ WRITES: WeylScal4::curvJ4(Interior)
+ WRITES: WeylScal4::curvJi(Interior)
+ WRITES: WeylScal4::curvJr(Interior)
} "WeylScal4_invars_calc_Nth"
@@ -790,7 +765,6 @@ if (CCTK_EQUALS(calc_invariants, "always"))
{
schedule group WeylScal4_invars_calc_2nd_group in MoL_PseudoEvolution after WeylScal4_psis_calc_2nd_group
{
- # no language specified
} "WeylScal4_invars_calc_2nd"
}
}
@@ -799,24 +773,24 @@ if (CCTK_EQUALS(calc_invariants, "always"))
schedule WeylScal4_invars_calc_2nd in WeylScal4_invars_calc_2nd_group
{
LANG: C
- READS: WeylScal4::Psi0i
- READS: WeylScal4::Psi0r
- READS: WeylScal4::Psi1i
- READS: WeylScal4::Psi1r
- READS: WeylScal4::Psi2i
- READS: WeylScal4::Psi2r
- READS: WeylScal4::Psi3i
- READS: WeylScal4::Psi3r
- READS: WeylScal4::Psi4i
- READS: WeylScal4::Psi4r
- WRITES: WeylScal4::curvIi
- WRITES: WeylScal4::curvIr
- WRITES: WeylScal4::curvJ1
- WRITES: WeylScal4::curvJ2
- WRITES: WeylScal4::curvJ3
- WRITES: WeylScal4::curvJ4
- WRITES: WeylScal4::curvJi
- WRITES: WeylScal4::curvJr
+ READS: WeylScal4::Psi0i(Everywhere)
+ READS: WeylScal4::Psi0r(Everywhere)
+ READS: WeylScal4::Psi1i(Everywhere)
+ READS: WeylScal4::Psi1r(Everywhere)
+ READS: WeylScal4::Psi2i(Everywhere)
+ READS: WeylScal4::Psi2r(Everywhere)
+ READS: WeylScal4::Psi3i(Everywhere)
+ READS: WeylScal4::Psi3r(Everywhere)
+ READS: WeylScal4::Psi4i(Everywhere)
+ READS: WeylScal4::Psi4r(Everywhere)
+ WRITES: WeylScal4::curvIi(Interior)
+ WRITES: WeylScal4::curvIr(Interior)
+ WRITES: WeylScal4::curvJ1(Interior)
+ WRITES: WeylScal4::curvJ2(Interior)
+ WRITES: WeylScal4::curvJ3(Interior)
+ WRITES: WeylScal4::curvJ4(Interior)
+ WRITES: WeylScal4::curvJi(Interior)
+ WRITES: WeylScal4::curvJr(Interior)
} "WeylScal4_invars_calc_2nd"
@@ -830,7 +804,6 @@ if (CCTK_EQUALS(calc_invariants, "always"))
{
schedule group WeylScal4_invars_calc_4th_group in MoL_PseudoEvolution after WeylScal4_psis_calc_4th_group
{
- # no language specified
} "WeylScal4_invars_calc_4th"
}
}
@@ -839,24 +812,24 @@ if (CCTK_EQUALS(calc_invariants, "always"))
schedule WeylScal4_invars_calc_4th in WeylScal4_invars_calc_4th_group
{
LANG: C
- READS: WeylScal4::Psi0i
- READS: WeylScal4::Psi0r
- READS: WeylScal4::Psi1i
- READS: WeylScal4::Psi1r
- READS: WeylScal4::Psi2i
- READS: WeylScal4::Psi2r
- READS: WeylScal4::Psi3i
- READS: WeylScal4::Psi3r
- READS: WeylScal4::Psi4i
- READS: WeylScal4::Psi4r
- WRITES: WeylScal4::curvIi
- WRITES: WeylScal4::curvIr
- WRITES: WeylScal4::curvJ1
- WRITES: WeylScal4::curvJ2
- WRITES: WeylScal4::curvJ3
- WRITES: WeylScal4::curvJ4
- WRITES: WeylScal4::curvJi
- WRITES: WeylScal4::curvJr
+ READS: WeylScal4::Psi0i(Everywhere)
+ READS: WeylScal4::Psi0r(Everywhere)
+ READS: WeylScal4::Psi1i(Everywhere)
+ READS: WeylScal4::Psi1r(Everywhere)
+ READS: WeylScal4::Psi2i(Everywhere)
+ READS: WeylScal4::Psi2r(Everywhere)
+ READS: WeylScal4::Psi3i(Everywhere)
+ READS: WeylScal4::Psi3r(Everywhere)
+ READS: WeylScal4::Psi4i(Everywhere)
+ READS: WeylScal4::Psi4r(Everywhere)
+ WRITES: WeylScal4::curvIi(Interior)
+ WRITES: WeylScal4::curvIr(Interior)
+ WRITES: WeylScal4::curvJ1(Interior)
+ WRITES: WeylScal4::curvJ2(Interior)
+ WRITES: WeylScal4::curvJ3(Interior)
+ WRITES: WeylScal4::curvJ4(Interior)
+ WRITES: WeylScal4::curvJi(Interior)
+ WRITES: WeylScal4::curvJr(Interior)
} "WeylScal4_invars_calc_4th"
schedule WeylScal4_SelectBoundConds in MoL_PostStep
@@ -879,5 +852,4 @@ schedule WeylScal4_RegisterVars in MoL_Register
schedule group ApplyBCs as WeylScal4_ApplyBCs in MoL_PostStep after WeylScal4_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"