aboutsummaryrefslogtreecommitdiff
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
parentfdf77c07df6aa7b37ff9726219a29e50f5185645 (diff)
Regenerate code (Kranc commit 519f2cd182c4828e74429e883139fbb8b1a11d3c)
-rw-r--r--ML_ADM/interface.ccl8
-rw-r--r--ML_ADM/schedule.ccl369
-rw-r--r--ML_ADMConstraints/schedule.ccl65
-rw-r--r--ML_ADMQuantities/schedule.ccl81
-rw-r--r--ML_BSSN/interface.ccl18
-rw-r--r--ML_BSSN/schedule.ccl1211
-rw-r--r--ML_CCZ4/interface.ccl20
-rw-r--r--ML_CCZ4/schedule.ccl1245
-rw-r--r--ML_WaveToy/interface.ccl4
-rw-r--r--ML_WaveToy/schedule.ccl41
-rw-r--r--ML_WaveToy_CL/interface.ccl4
-rw-r--r--ML_WaveToy_CL/schedule.ccl41
12 files changed, 1538 insertions, 1569 deletions
diff --git a/ML_ADM/interface.ccl b/ML_ADM/interface.ccl
index d623c1c..c7ff31c 100644
--- a/ML_ADM/interface.ccl
+++ b/ML_ADM/interface.ccl
@@ -79,7 +79,7 @@ CCTK_REAL ML_shift type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0
} "ML_shift"
public:
-CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0'
+CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0 Prolongation="None"'
{
K11rhs,
K12rhs,
@@ -90,13 +90,13 @@ CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorw
} "ML_curvrhs"
public:
-CCTK_REAL ML_lapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_lapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
alpharhs
} "ML_lapserhs"
public:
-CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0'
+CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=0 Prolongation="None"'
{
g11rhs,
g12rhs,
@@ -107,7 +107,7 @@ CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tenso
} "ML_metricrhs"
public:
-CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
+CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 Prolongation="None"'
{
beta1rhs,
beta2rhs,
diff --git a/ML_ADM/schedule.ccl b/ML_ADM/schedule.ccl
index b39fb2a..c39a3bc 100644
--- a/ML_ADM/schedule.ccl
+++ b/ML_ADM/schedule.ccl
@@ -133,22 +133,22 @@ if (CCTK_EQUALS(my_initial_data, "Minkowski"))
schedule ML_ADM_Minkowski IN ADMBase_InitialData
{
LANG: C
- WRITES: ML_ADM::alpha
- WRITES: ML_ADM::beta1
- WRITES: ML_ADM::beta2
- WRITES: ML_ADM::beta3
- WRITES: ML_ADM::g11
- WRITES: ML_ADM::g12
- WRITES: ML_ADM::g13
- WRITES: ML_ADM::g22
- WRITES: ML_ADM::g23
- WRITES: ML_ADM::g33
- WRITES: ML_ADM::K11
- WRITES: ML_ADM::K12
- WRITES: ML_ADM::K13
- WRITES: ML_ADM::K22
- WRITES: ML_ADM::K23
- WRITES: ML_ADM::K33
+ WRITES: ML_ADM::alpha(Everywhere)
+ WRITES: ML_ADM::beta1(Everywhere)
+ WRITES: ML_ADM::beta2(Everywhere)
+ WRITES: ML_ADM::beta3(Everywhere)
+ WRITES: ML_ADM::g11(Everywhere)
+ WRITES: ML_ADM::g12(Everywhere)
+ WRITES: ML_ADM::g13(Everywhere)
+ WRITES: ML_ADM::g22(Everywhere)
+ WRITES: ML_ADM::g23(Everywhere)
+ WRITES: ML_ADM::g33(Everywhere)
+ WRITES: ML_ADM::K11(Everywhere)
+ WRITES: ML_ADM::K12(Everywhere)
+ WRITES: ML_ADM::K13(Everywhere)
+ WRITES: ML_ADM::K22(Everywhere)
+ WRITES: ML_ADM::K23(Everywhere)
+ WRITES: ML_ADM::K33(Everywhere)
} "ML_ADM_Minkowski"
}
@@ -158,76 +158,76 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
schedule ML_ADM_convertFromADMBase AT initial AFTER ADMBase_PostInitial
{
LANG: C
- READS: ADMBase::kxx
- READS: ADMBase::kxy
- READS: ADMBase::kxz
- READS: ADMBase::kyy
- READS: ADMBase::kyz
- READS: ADMBase::kzz
- READS: ADMBase::alp
- READS: ADMBase::gxx
- READS: ADMBase::gxy
- READS: ADMBase::gxz
- READS: ADMBase::gyy
- READS: ADMBase::gyz
- READS: ADMBase::gzz
- READS: ADMBase::betax
- READS: ADMBase::betay
- READS: ADMBase::betaz
- WRITES: ML_ADM::alpha
- WRITES: ML_ADM::beta1
- WRITES: ML_ADM::beta2
- WRITES: ML_ADM::beta3
- WRITES: ML_ADM::g11
- WRITES: ML_ADM::g12
- WRITES: ML_ADM::g13
- WRITES: ML_ADM::g22
- WRITES: ML_ADM::g23
- WRITES: ML_ADM::g33
- WRITES: ML_ADM::K11
- WRITES: ML_ADM::K12
- WRITES: ML_ADM::K13
- WRITES: ML_ADM::K22
- WRITES: ML_ADM::K23
- WRITES: ML_ADM::K33
+ 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::alp(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: ADMBase::betax(Everywhere)
+ READS: ADMBase::betay(Everywhere)
+ READS: ADMBase::betaz(Everywhere)
+ WRITES: ML_ADM::alpha(Everywhere)
+ WRITES: ML_ADM::beta1(Everywhere)
+ WRITES: ML_ADM::beta2(Everywhere)
+ WRITES: ML_ADM::beta3(Everywhere)
+ WRITES: ML_ADM::g11(Everywhere)
+ WRITES: ML_ADM::g12(Everywhere)
+ WRITES: ML_ADM::g13(Everywhere)
+ WRITES: ML_ADM::g22(Everywhere)
+ WRITES: ML_ADM::g23(Everywhere)
+ WRITES: ML_ADM::g33(Everywhere)
+ WRITES: ML_ADM::K11(Everywhere)
+ WRITES: ML_ADM::K12(Everywhere)
+ WRITES: ML_ADM::K13(Everywhere)
+ WRITES: ML_ADM::K22(Everywhere)
+ WRITES: ML_ADM::K23(Everywhere)
+ WRITES: ML_ADM::K33(Everywhere)
} "ML_ADM_convertFromADMBase"
}
schedule ML_ADM_RHS IN MoL_CalcRHS
{
LANG: C
- READS: ML_ADM::K11
- READS: ML_ADM::K12
- READS: ML_ADM::K13
- READS: ML_ADM::K22
- READS: ML_ADM::K23
- READS: ML_ADM::K33
- READS: ML_ADM::alpha
- READS: ML_ADM::g11
- READS: ML_ADM::g12
- READS: ML_ADM::g13
- READS: ML_ADM::g22
- READS: ML_ADM::g23
- READS: ML_ADM::g33
- READS: ML_ADM::beta1
- READS: ML_ADM::beta2
- READS: ML_ADM::beta3
- WRITES: ML_ADM::alpharhs
- WRITES: ML_ADM::beta1rhs
- WRITES: ML_ADM::beta2rhs
- WRITES: ML_ADM::beta3rhs
- WRITES: ML_ADM::g11rhs
- WRITES: ML_ADM::g12rhs
- WRITES: ML_ADM::g13rhs
- WRITES: ML_ADM::g22rhs
- WRITES: ML_ADM::g23rhs
- WRITES: ML_ADM::g33rhs
- WRITES: ML_ADM::K11rhs
- WRITES: ML_ADM::K12rhs
- WRITES: ML_ADM::K13rhs
- WRITES: ML_ADM::K22rhs
- WRITES: ML_ADM::K23rhs
- WRITES: ML_ADM::K33rhs
+ READS: ML_ADM::K11(Everywhere)
+ READS: ML_ADM::K12(Everywhere)
+ READS: ML_ADM::K13(Everywhere)
+ READS: ML_ADM::K22(Everywhere)
+ READS: ML_ADM::K23(Everywhere)
+ READS: ML_ADM::K33(Everywhere)
+ READS: ML_ADM::alpha(Everywhere)
+ READS: ML_ADM::g11(Everywhere)
+ READS: ML_ADM::g12(Everywhere)
+ READS: ML_ADM::g13(Everywhere)
+ READS: ML_ADM::g22(Everywhere)
+ READS: ML_ADM::g23(Everywhere)
+ READS: ML_ADM::g33(Everywhere)
+ READS: ML_ADM::beta1(Everywhere)
+ READS: ML_ADM::beta2(Everywhere)
+ READS: ML_ADM::beta3(Everywhere)
+ WRITES: ML_ADM::alpharhs(Interior)
+ WRITES: ML_ADM::beta1rhs(Interior)
+ WRITES: ML_ADM::beta2rhs(Interior)
+ WRITES: ML_ADM::beta3rhs(Interior)
+ WRITES: ML_ADM::g11rhs(Interior)
+ WRITES: ML_ADM::g12rhs(Interior)
+ WRITES: ML_ADM::g13rhs(Interior)
+ WRITES: ML_ADM::g22rhs(Interior)
+ WRITES: ML_ADM::g23rhs(Interior)
+ WRITES: ML_ADM::g33rhs(Interior)
+ WRITES: ML_ADM::K11rhs(Interior)
+ WRITES: ML_ADM::K12rhs(Interior)
+ WRITES: ML_ADM::K13rhs(Interior)
+ WRITES: ML_ADM::K22rhs(Interior)
+ WRITES: ML_ADM::K23rhs(Interior)
+ WRITES: ML_ADM::K33rhs(Interior)
} "ML_ADM_RHS"
schedule ML_ADM_RHS AT analysis
@@ -237,38 +237,38 @@ schedule ML_ADM_RHS AT analysis
SYNC: ML_lapserhs
SYNC: ML_metricrhs
SYNC: ML_shiftrhs
- READS: ML_ADM::K11
- READS: ML_ADM::K12
- READS: ML_ADM::K13
- READS: ML_ADM::K22
- READS: ML_ADM::K23
- READS: ML_ADM::K33
- READS: ML_ADM::alpha
- READS: ML_ADM::g11
- READS: ML_ADM::g12
- READS: ML_ADM::g13
- READS: ML_ADM::g22
- READS: ML_ADM::g23
- READS: ML_ADM::g33
- READS: ML_ADM::beta1
- READS: ML_ADM::beta2
- READS: ML_ADM::beta3
- WRITES: ML_ADM::alpharhs
- WRITES: ML_ADM::beta1rhs
- WRITES: ML_ADM::beta2rhs
- WRITES: ML_ADM::beta3rhs
- WRITES: ML_ADM::g11rhs
- WRITES: ML_ADM::g12rhs
- WRITES: ML_ADM::g13rhs
- WRITES: ML_ADM::g22rhs
- WRITES: ML_ADM::g23rhs
- WRITES: ML_ADM::g33rhs
- WRITES: ML_ADM::K11rhs
- WRITES: ML_ADM::K12rhs
- WRITES: ML_ADM::K13rhs
- WRITES: ML_ADM::K22rhs
- WRITES: ML_ADM::K23rhs
- WRITES: ML_ADM::K33rhs
+ READS: ML_ADM::K11(Everywhere)
+ READS: ML_ADM::K12(Everywhere)
+ READS: ML_ADM::K13(Everywhere)
+ READS: ML_ADM::K22(Everywhere)
+ READS: ML_ADM::K23(Everywhere)
+ READS: ML_ADM::K33(Everywhere)
+ READS: ML_ADM::alpha(Everywhere)
+ READS: ML_ADM::g11(Everywhere)
+ READS: ML_ADM::g12(Everywhere)
+ READS: ML_ADM::g13(Everywhere)
+ READS: ML_ADM::g22(Everywhere)
+ READS: ML_ADM::g23(Everywhere)
+ READS: ML_ADM::g33(Everywhere)
+ READS: ML_ADM::beta1(Everywhere)
+ READS: ML_ADM::beta2(Everywhere)
+ READS: ML_ADM::beta3(Everywhere)
+ WRITES: ML_ADM::alpharhs(Interior)
+ WRITES: ML_ADM::beta1rhs(Interior)
+ WRITES: ML_ADM::beta2rhs(Interior)
+ WRITES: ML_ADM::beta3rhs(Interior)
+ WRITES: ML_ADM::g11rhs(Interior)
+ WRITES: ML_ADM::g12rhs(Interior)
+ WRITES: ML_ADM::g13rhs(Interior)
+ WRITES: ML_ADM::g22rhs(Interior)
+ WRITES: ML_ADM::g23rhs(Interior)
+ WRITES: ML_ADM::g33rhs(Interior)
+ WRITES: ML_ADM::K11rhs(Interior)
+ WRITES: ML_ADM::K12rhs(Interior)
+ WRITES: ML_ADM::K13rhs(Interior)
+ WRITES: ML_ADM::K22rhs(Interior)
+ WRITES: ML_ADM::K23rhs(Interior)
+ WRITES: ML_ADM::K33rhs(Interior)
} "ML_ADM_RHS"
@@ -277,64 +277,64 @@ if (CCTK_EQUALS(my_boundary_condition, "Minkowski"))
schedule ML_ADM_boundary IN MoL_PostStep
{
LANG: C
- WRITES: ML_ADM::alpha
- WRITES: ML_ADM::beta1
- WRITES: ML_ADM::beta2
- WRITES: ML_ADM::beta3
- WRITES: ML_ADM::g11
- WRITES: ML_ADM::g12
- WRITES: ML_ADM::g13
- WRITES: ML_ADM::g22
- WRITES: ML_ADM::g23
- WRITES: ML_ADM::g33
- WRITES: ML_ADM::K11
- WRITES: ML_ADM::K12
- WRITES: ML_ADM::K13
- WRITES: ML_ADM::K22
- WRITES: ML_ADM::K23
- WRITES: ML_ADM::K33
+ WRITES: ML_ADM::alpha(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::beta1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::beta2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::beta3(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::g11(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::g12(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::g13(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::g22(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::g23(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::g33(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::K11(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::K12(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::K13(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::K22(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::K23(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::K33(ERROR(BoundaryWithGhosts))
} "ML_ADM_boundary"
}
schedule ML_ADM_convertToADMBase IN MoL_PostStep AFTER ML_ADM_ApplyBCs
{
LANG: C
- READS: ML_ADM::K11
- READS: ML_ADM::K12
- READS: ML_ADM::K13
- READS: ML_ADM::K22
- READS: ML_ADM::K23
- READS: ML_ADM::K33
- READS: ML_ADM::alpha
- READS: ML_ADM::g11
- READS: ML_ADM::g12
- READS: ML_ADM::g13
- READS: ML_ADM::g22
- READS: ML_ADM::g23
- READS: ML_ADM::g33
- READS: ML_ADM::beta1
- READS: ML_ADM::beta2
- READS: ML_ADM::beta3
- WRITES: ADMBase::alp
- WRITES: ADMBase::betax
- WRITES: ADMBase::betay
- WRITES: ADMBase::betaz
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
- WRITES: ADMBase::gxx
- WRITES: ADMBase::gxy
- WRITES: ADMBase::gxz
- WRITES: ADMBase::gyy
- WRITES: ADMBase::gyz
- WRITES: ADMBase::gzz
- WRITES: ADMBase::kxx
- WRITES: ADMBase::kxy
- WRITES: ADMBase::kxz
- WRITES: ADMBase::kyy
- WRITES: ADMBase::kyz
- WRITES: ADMBase::kzz
+ READS: ML_ADM::K11(Everywhere)
+ READS: ML_ADM::K12(Everywhere)
+ READS: ML_ADM::K13(Everywhere)
+ READS: ML_ADM::K22(Everywhere)
+ READS: ML_ADM::K23(Everywhere)
+ READS: ML_ADM::K33(Everywhere)
+ READS: ML_ADM::alpha(Everywhere)
+ READS: ML_ADM::g11(Everywhere)
+ READS: ML_ADM::g12(Everywhere)
+ READS: ML_ADM::g13(Everywhere)
+ READS: ML_ADM::g22(Everywhere)
+ READS: ML_ADM::g23(Everywhere)
+ READS: ML_ADM::g33(Everywhere)
+ READS: ML_ADM::beta1(Everywhere)
+ READS: ML_ADM::beta2(Everywhere)
+ READS: ML_ADM::beta3(Everywhere)
+ WRITES: ADMBase::alp(Everywhere)
+ WRITES: ADMBase::betax(Everywhere)
+ WRITES: ADMBase::betay(Everywhere)
+ WRITES: ADMBase::betaz(Everywhere)
+ WRITES: ADMBase::dtalp(Everywhere)
+ WRITES: ADMBase::dtbetax(Everywhere)
+ WRITES: ADMBase::dtbetay(Everywhere)
+ WRITES: ADMBase::dtbetaz(Everywhere)
+ WRITES: ADMBase::gxx(Everywhere)
+ WRITES: ADMBase::gxy(Everywhere)
+ WRITES: ADMBase::gxz(Everywhere)
+ WRITES: ADMBase::gyy(Everywhere)
+ WRITES: ADMBase::gyz(Everywhere)
+ WRITES: ADMBase::gzz(Everywhere)
+ WRITES: ADMBase::kxx(Everywhere)
+ WRITES: ADMBase::kxy(Everywhere)
+ WRITES: ADMBase::kxz(Everywhere)
+ WRITES: ADMBase::kyy(Everywhere)
+ WRITES: ADMBase::kyz(Everywhere)
+ WRITES: ADMBase::kzz(Everywhere)
} "ML_ADM_convertToADMBase"
schedule ML_ADM_constraints AT analysis
@@ -342,31 +342,31 @@ schedule ML_ADM_constraints AT analysis
LANG: C
SYNC: ML_Ham
SYNC: ML_mom
- READS: ML_ADM::K11
- READS: ML_ADM::K12
- READS: ML_ADM::K13
- READS: ML_ADM::K22
- READS: ML_ADM::K23
- READS: ML_ADM::K33
- READS: ML_ADM::g11
- READS: ML_ADM::g12
- READS: ML_ADM::g13
- READS: ML_ADM::g22
- READS: ML_ADM::g23
- READS: ML_ADM::g33
- WRITES: ML_ADM::H
- WRITES: ML_ADM::M1
- WRITES: ML_ADM::M2
- WRITES: ML_ADM::M3
+ READS: ML_ADM::K11(Everywhere)
+ READS: ML_ADM::K12(Everywhere)
+ READS: ML_ADM::K13(Everywhere)
+ READS: ML_ADM::K22(Everywhere)
+ READS: ML_ADM::K23(Everywhere)
+ READS: ML_ADM::K33(Everywhere)
+ READS: ML_ADM::g11(Everywhere)
+ READS: ML_ADM::g12(Everywhere)
+ READS: ML_ADM::g13(Everywhere)
+ READS: ML_ADM::g22(Everywhere)
+ READS: ML_ADM::g23(Everywhere)
+ READS: ML_ADM::g33(Everywhere)
+ WRITES: ML_ADM::H(Interior)
+ WRITES: ML_ADM::M1(Interior)
+ WRITES: ML_ADM::M2(Interior)
+ WRITES: ML_ADM::M3(Interior)
} "ML_ADM_constraints"
schedule ML_ADM_constraints_boundary AT analysis AFTER ML_ADM_constraints
{
LANG: C
- WRITES: ML_ADM::H
- WRITES: ML_ADM::M1
- WRITES: ML_ADM::M2
- WRITES: ML_ADM::M3
+ WRITES: ML_ADM::H(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::M1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::M2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_ADM::M3(ERROR(BoundaryWithGhosts))
} "ML_ADM_constraints_boundary"
schedule ML_ADM_SelectBoundConds in MoL_PostStep
@@ -393,5 +393,4 @@ schedule ML_ADM_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_ADM_ApplyBCs in MoL_PostStep after ML_ADM_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"
diff --git a/ML_ADMConstraints/schedule.ccl b/ML_ADMConstraints/schedule.ccl
index cfbd37e..62264c7 100644
--- a/ML_ADMConstraints/schedule.ccl
+++ b/ML_ADMConstraints/schedule.ccl
@@ -41,42 +41,41 @@ schedule ML_ADMConstraints_RegisterSymmetries in SymmetryRegister
schedule group ML_ADMConstraints_group in MoL_PseudoEvolution after MoL_PostStep
{
- # no language specified
} "ML_ADMConstraints"
schedule ML_ADMConstraints in ML_ADMConstraints_group
{
LANG: C
- READS: ADMBase::kxx
- READS: ADMBase::kxy
- READS: ADMBase::kxz
- READS: ADMBase::kyy
- READS: ADMBase::kyz
- READS: ADMBase::kzz
- READS: ADMBase::alp
- READS: ADMBase::gxx
- READS: ADMBase::gxy
- READS: ADMBase::gxz
- READS: ADMBase::gyy
- READS: ADMBase::gyz
- READS: ADMBase::gzz
- READS: ADMBase::betax
- READS: ADMBase::betay
- READS: ADMBase::betaz
- 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_ADMConstraints::H
- WRITES: ML_ADMConstraints::M1
- WRITES: ML_ADMConstraints::M2
- WRITES: ML_ADMConstraints::M3
+ 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::alp(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: ADMBase::betax(Everywhere)
+ READS: ADMBase::betay(Everywhere)
+ READS: ADMBase::betaz(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_ADMConstraints::H(Interior)
+ WRITES: ML_ADMConstraints::M1(Interior)
+ WRITES: ML_ADMConstraints::M2(Interior)
+ WRITES: ML_ADMConstraints::M3(Interior)
} "ML_ADMConstraints"
schedule ML_ADMConstraints_SelectBCs in ML_ADMConstraints_bc_group
@@ -89,17 +88,14 @@ schedule ML_ADMConstraints_SelectBCs in ML_ADMConstraints_bc_group
schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in ML_ADMConstraints_bc_group after ML_ADMConstraints_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in ML_ADMConstraints"
schedule group ML_ADMConstraints_bc_group in ML_ADMConstraints_group after ML_ADMConstraints
{
- # no language specified
} "ML_ADMConstraints"
schedule group ML_ADMConstraints_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "ML_ADMConstraints"
schedule ML_ADMConstraints_SelectBoundConds in MoL_PostStep
@@ -122,5 +118,4 @@ schedule ML_ADMConstraints_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_ADMConstraints_ApplyBCs in MoL_PostStep after ML_ADMConstraints_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"
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"
diff --git a/ML_BSSN/interface.ccl b/ML_BSSN/interface.ccl
index cf4a371..ae9efdb 100644
--- a/ML_BSSN/interface.ccl
+++ b/ML_BSSN/interface.ccl
@@ -133,7 +133,7 @@ CCTK_REAL ML_trace_curv type=GF timelevels=3 tags='tensortypealias="Scalar" tens
} "ML_trace_curv"
public:
-CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667'
+CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667 Prolongation="None"'
{
At11rhs,
At12rhs,
@@ -144,13 +144,13 @@ CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorw
} "ML_curvrhs"
public:
-CCTK_REAL ML_dtlapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_dtlapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
Arhs
} "ML_dtlapserhs"
public:
-CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
+CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 Prolongation="None"'
{
B1rhs,
B2rhs,
@@ -158,7 +158,7 @@ CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorwei
} "ML_dtshiftrhs"
public:
-CCTK_REAL ML_Gammarhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0.66666666666666666667'
+CCTK_REAL ML_Gammarhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0.66666666666666666667 Prolongation="None"'
{
Xt1rhs,
Xt2rhs,
@@ -166,19 +166,19 @@ CCTK_REAL ML_Gammarhs type=GF timelevels=3 tags='tensortypealias="U" tensorweigh
} "ML_Gammarhs"
public:
-CCTK_REAL ML_lapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_lapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
alpharhs
} "ML_lapserhs"
public:
-CCTK_REAL ML_log_confacrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0.16666666666666666667'
+CCTK_REAL ML_log_confacrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0.16666666666666666667 Prolongation="None"'
{
phirhs
} "ML_log_confacrhs"
public:
-CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667'
+CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667 Prolongation="None"'
{
gt11rhs,
gt12rhs,
@@ -189,7 +189,7 @@ CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tenso
} "ML_metricrhs"
public:
-CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
+CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 Prolongation="None"'
{
beta1rhs,
beta2rhs,
@@ -197,7 +197,7 @@ CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweigh
} "ML_shiftrhs"
public:
-CCTK_REAL ML_trace_curvrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_trace_curvrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
trKrhs
} "ML_trace_curvrhs"
diff --git a/ML_BSSN/schedule.ccl b/ML_BSSN/schedule.ccl
index 63b4460..e1c1862 100644
--- a/ML_BSSN/schedule.ccl
+++ b/ML_BSSN/schedule.ccl
@@ -278,31 +278,31 @@ if (CCTK_EQUALS(my_initial_data, "Minkowski"))
schedule ML_BSSN_Minkowski IN ADMBase_InitialData
{
LANG: C
- WRITES: ML_BSSN::A
- WRITES: ML_BSSN::alpha
- WRITES: ML_BSSN::At11
- WRITES: ML_BSSN::At12
- WRITES: ML_BSSN::At13
- WRITES: ML_BSSN::At22
- WRITES: ML_BSSN::At23
- WRITES: ML_BSSN::At33
- WRITES: ML_BSSN::B1
- WRITES: ML_BSSN::B2
- WRITES: ML_BSSN::B3
- WRITES: ML_BSSN::beta1
- WRITES: ML_BSSN::beta2
- WRITES: ML_BSSN::beta3
- WRITES: ML_BSSN::gt11
- WRITES: ML_BSSN::gt12
- WRITES: ML_BSSN::gt13
- WRITES: ML_BSSN::gt22
- WRITES: ML_BSSN::gt23
- WRITES: ML_BSSN::gt33
- WRITES: ML_BSSN::phi
- WRITES: ML_BSSN::trK
- WRITES: ML_BSSN::Xt1
- WRITES: ML_BSSN::Xt2
- WRITES: ML_BSSN::Xt3
+ WRITES: ML_BSSN::A(Everywhere)
+ WRITES: ML_BSSN::alpha(Everywhere)
+ WRITES: ML_BSSN::At11(Everywhere)
+ WRITES: ML_BSSN::At12(Everywhere)
+ WRITES: ML_BSSN::At13(Everywhere)
+ WRITES: ML_BSSN::At22(Everywhere)
+ WRITES: ML_BSSN::At23(Everywhere)
+ WRITES: ML_BSSN::At33(Everywhere)
+ WRITES: ML_BSSN::B1(Everywhere)
+ WRITES: ML_BSSN::B2(Everywhere)
+ WRITES: ML_BSSN::B3(Everywhere)
+ WRITES: ML_BSSN::beta1(Everywhere)
+ WRITES: ML_BSSN::beta2(Everywhere)
+ WRITES: ML_BSSN::beta3(Everywhere)
+ WRITES: ML_BSSN::gt11(Everywhere)
+ WRITES: ML_BSSN::gt12(Everywhere)
+ WRITES: ML_BSSN::gt13(Everywhere)
+ WRITES: ML_BSSN::gt22(Everywhere)
+ WRITES: ML_BSSN::gt23(Everywhere)
+ WRITES: ML_BSSN::gt33(Everywhere)
+ WRITES: ML_BSSN::phi(Everywhere)
+ WRITES: ML_BSSN::trK(Everywhere)
+ WRITES: ML_BSSN::Xt1(Everywhere)
+ WRITES: ML_BSSN::Xt2(Everywhere)
+ WRITES: ML_BSSN::Xt3(Everywhere)
} "ML_BSSN_Minkowski"
}
@@ -312,40 +312,40 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
schedule ML_BSSN_convertFromADMBase AT initial AFTER ADMBase_PostInitial
{
LANG: C
- READS: ADMBase::kxx
- READS: ADMBase::kxy
- READS: ADMBase::kxz
- READS: ADMBase::kyy
- READS: ADMBase::kyz
- READS: ADMBase::kzz
- READS: ADMBase::alp
- READS: ADMBase::gxx
- READS: ADMBase::gxy
- READS: ADMBase::gxz
- READS: ADMBase::gyy
- READS: ADMBase::gyz
- READS: ADMBase::gzz
- READS: ADMBase::betax
- READS: ADMBase::betay
- READS: ADMBase::betaz
- WRITES: ML_BSSN::alpha
- WRITES: ML_BSSN::At11
- WRITES: ML_BSSN::At12
- WRITES: ML_BSSN::At13
- WRITES: ML_BSSN::At22
- WRITES: ML_BSSN::At23
- WRITES: ML_BSSN::At33
- WRITES: ML_BSSN::beta1
- WRITES: ML_BSSN::beta2
- WRITES: ML_BSSN::beta3
- WRITES: ML_BSSN::gt11
- WRITES: ML_BSSN::gt12
- WRITES: ML_BSSN::gt13
- WRITES: ML_BSSN::gt22
- WRITES: ML_BSSN::gt23
- WRITES: ML_BSSN::gt33
- WRITES: ML_BSSN::phi
- WRITES: ML_BSSN::trK
+ 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::alp(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: ADMBase::betax(Everywhere)
+ READS: ADMBase::betay(Everywhere)
+ READS: ADMBase::betaz(Everywhere)
+ WRITES: ML_BSSN::alpha(Everywhere)
+ WRITES: ML_BSSN::At11(Everywhere)
+ WRITES: ML_BSSN::At12(Everywhere)
+ WRITES: ML_BSSN::At13(Everywhere)
+ WRITES: ML_BSSN::At22(Everywhere)
+ WRITES: ML_BSSN::At23(Everywhere)
+ WRITES: ML_BSSN::At33(Everywhere)
+ WRITES: ML_BSSN::beta1(Everywhere)
+ WRITES: ML_BSSN::beta2(Everywhere)
+ WRITES: ML_BSSN::beta3(Everywhere)
+ WRITES: ML_BSSN::gt11(Everywhere)
+ WRITES: ML_BSSN::gt12(Everywhere)
+ WRITES: ML_BSSN::gt13(Everywhere)
+ WRITES: ML_BSSN::gt22(Everywhere)
+ WRITES: ML_BSSN::gt23(Everywhere)
+ WRITES: ML_BSSN::gt33(Everywhere)
+ WRITES: ML_BSSN::phi(Everywhere)
+ WRITES: ML_BSSN::trK(Everywhere)
} "ML_BSSN_convertFromADMBase"
}
@@ -355,13 +355,13 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
schedule ML_BSSN_InitGamma AT initial BEFORE ML_BSSN_convertFromADMBaseGamma
{
LANG: C
- WRITES: ML_BSSN::A
- WRITES: ML_BSSN::B1
- WRITES: ML_BSSN::B2
- WRITES: ML_BSSN::B3
- WRITES: ML_BSSN::Xt1
- WRITES: ML_BSSN::Xt2
- WRITES: ML_BSSN::Xt3
+ WRITES: ML_BSSN::A(Everywhere)
+ WRITES: ML_BSSN::B1(Everywhere)
+ WRITES: ML_BSSN::B2(Everywhere)
+ WRITES: ML_BSSN::B3(Everywhere)
+ WRITES: ML_BSSN::Xt1(Everywhere)
+ WRITES: ML_BSSN::Xt2(Everywhere)
+ WRITES: ML_BSSN::Xt3(Everywhere)
} "ML_BSSN_InitGamma"
}
@@ -374,132 +374,132 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
SYNC: ML_dtlapse
SYNC: ML_dtshift
SYNC: ML_Gamma
- READS: ADMBase::dtalp
- READS: ADMBase::dtbetax
- READS: ADMBase::dtbetay
- READS: ADMBase::dtbetaz
- READS: grid::r
- READS: ML_BSSN::alpha
- 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
- WRITES: ML_BSSN::A
- WRITES: ML_BSSN::B1
- WRITES: ML_BSSN::B2
- WRITES: ML_BSSN::B3
- WRITES: ML_BSSN::Xt1
- WRITES: ML_BSSN::Xt2
- WRITES: ML_BSSN::Xt3
+ READS: ADMBase::dtalp(Everywhere)
+ READS: ADMBase::dtbetax(Everywhere)
+ READS: ADMBase::dtbetay(Everywhere)
+ READS: ADMBase::dtbetaz(Everywhere)
+ READS: grid::r(Everywhere)
+ READS: ML_BSSN::alpha(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)
+ WRITES: ML_BSSN::A(Interior)
+ WRITES: ML_BSSN::B1(Interior)
+ WRITES: ML_BSSN::B2(Interior)
+ WRITES: ML_BSSN::B3(Interior)
+ WRITES: ML_BSSN::Xt1(Interior)
+ WRITES: ML_BSSN::Xt2(Interior)
+ WRITES: ML_BSSN::Xt3(Interior)
} "ML_BSSN_convertFromADMBaseGamma"
}
schedule ML_BSSN_RHS1 IN ML_BSSN_evolCalcGroup
{
LANG: C
- READS: grid::r
- 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
- 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::A
- READS: ML_BSSN::B1
- READS: ML_BSSN::B2
- READS: ML_BSSN::B3
- 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
- WRITES: ML_BSSN::alpharhs
- WRITES: ML_BSSN::Arhs
- WRITES: ML_BSSN::B1rhs
- WRITES: ML_BSSN::B2rhs
- WRITES: ML_BSSN::B3rhs
- WRITES: ML_BSSN::beta1rhs
- WRITES: ML_BSSN::beta2rhs
- WRITES: ML_BSSN::beta3rhs
- WRITES: ML_BSSN::gt11rhs
- WRITES: ML_BSSN::gt12rhs
- WRITES: ML_BSSN::gt13rhs
- WRITES: ML_BSSN::gt22rhs
- WRITES: ML_BSSN::gt23rhs
- WRITES: ML_BSSN::gt33rhs
- WRITES: ML_BSSN::phirhs
- WRITES: ML_BSSN::trKrhs
- WRITES: ML_BSSN::Xt1rhs
- WRITES: ML_BSSN::Xt2rhs
- WRITES: ML_BSSN::Xt3rhs
+ READS: grid::r(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)
+ 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::A(Everywhere)
+ READS: ML_BSSN::B1(Everywhere)
+ READS: ML_BSSN::B2(Everywhere)
+ READS: ML_BSSN::B3(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)
+ WRITES: ML_BSSN::alpharhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Arhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::phirhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::trKrhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt3rhs(ERROR(InteriorNoSync))
} "ML_BSSN_RHS1"
schedule ML_BSSN_RHS2 IN ML_BSSN_evolCalcGroup
{
LANG: C
- READS: grid::r
- 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
- 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
- WRITES: ML_BSSN::At11rhs
- WRITES: ML_BSSN::At12rhs
- WRITES: ML_BSSN::At13rhs
- WRITES: ML_BSSN::At22rhs
- WRITES: ML_BSSN::At23rhs
- WRITES: ML_BSSN::At33rhs
+ READS: grid::r(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)
+ 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)
+ WRITES: ML_BSSN::At11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At33rhs(ERROR(InteriorNoSync))
} "ML_BSSN_RHS2"
@@ -508,192 +508,192 @@ if (CCTK_EQUALS(apply_dissipation, "always"))
schedule ML_BSSN_Dissipation IN ML_BSSN_evolCalcGroup AFTER (ML_BSSN_RHS1 ML_BSSN_RHS2)
{
LANG: C
- 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::A
- READS: ML_BSSN::B1
- READS: ML_BSSN::B2
- READS: ML_BSSN::B3
- 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: ML_BSSN::At11rhs
- READS: ML_BSSN::At12rhs
- READS: ML_BSSN::At13rhs
- READS: ML_BSSN::At22rhs
- READS: ML_BSSN::At23rhs
- READS: ML_BSSN::At33rhs
- READS: ML_BSSN::Arhs
- READS: ML_BSSN::B1rhs
- READS: ML_BSSN::B2rhs
- READS: ML_BSSN::B3rhs
- READS: ML_BSSN::Xt1rhs
- READS: ML_BSSN::Xt2rhs
- READS: ML_BSSN::Xt3rhs
- READS: ML_BSSN::alpharhs
- READS: ML_BSSN::phirhs
- READS: ML_BSSN::gt11rhs
- READS: ML_BSSN::gt12rhs
- READS: ML_BSSN::gt13rhs
- READS: ML_BSSN::gt22rhs
- READS: ML_BSSN::gt23rhs
- READS: ML_BSSN::gt33rhs
- READS: ML_BSSN::beta1rhs
- READS: ML_BSSN::beta2rhs
- READS: ML_BSSN::beta3rhs
- READS: ML_BSSN::trKrhs
- WRITES: ML_BSSN::alpharhs
- WRITES: ML_BSSN::Arhs
- WRITES: ML_BSSN::At11rhs
- WRITES: ML_BSSN::At12rhs
- WRITES: ML_BSSN::At13rhs
- WRITES: ML_BSSN::At22rhs
- WRITES: ML_BSSN::At23rhs
- WRITES: ML_BSSN::At33rhs
- WRITES: ML_BSSN::B1rhs
- WRITES: ML_BSSN::B2rhs
- WRITES: ML_BSSN::B3rhs
- WRITES: ML_BSSN::beta1rhs
- WRITES: ML_BSSN::beta2rhs
- WRITES: ML_BSSN::beta3rhs
- WRITES: ML_BSSN::gt11rhs
- WRITES: ML_BSSN::gt12rhs
- WRITES: ML_BSSN::gt13rhs
- WRITES: ML_BSSN::gt22rhs
- WRITES: ML_BSSN::gt23rhs
- WRITES: ML_BSSN::gt33rhs
- WRITES: ML_BSSN::phirhs
- WRITES: ML_BSSN::trKrhs
- WRITES: ML_BSSN::Xt1rhs
- WRITES: ML_BSSN::Xt2rhs
- WRITES: ML_BSSN::Xt3rhs
+ 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::A(Everywhere)
+ READS: ML_BSSN::B1(Everywhere)
+ READS: ML_BSSN::B2(Everywhere)
+ READS: ML_BSSN::B3(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: ML_BSSN::At11rhs(Everywhere)
+ READS: ML_BSSN::At12rhs(Everywhere)
+ READS: ML_BSSN::At13rhs(Everywhere)
+ READS: ML_BSSN::At22rhs(Everywhere)
+ READS: ML_BSSN::At23rhs(Everywhere)
+ READS: ML_BSSN::At33rhs(Everywhere)
+ READS: ML_BSSN::Arhs(Everywhere)
+ READS: ML_BSSN::B1rhs(Everywhere)
+ READS: ML_BSSN::B2rhs(Everywhere)
+ READS: ML_BSSN::B3rhs(Everywhere)
+ READS: ML_BSSN::Xt1rhs(Everywhere)
+ READS: ML_BSSN::Xt2rhs(Everywhere)
+ READS: ML_BSSN::Xt3rhs(Everywhere)
+ READS: ML_BSSN::alpharhs(Everywhere)
+ READS: ML_BSSN::phirhs(Everywhere)
+ READS: ML_BSSN::gt11rhs(Everywhere)
+ READS: ML_BSSN::gt12rhs(Everywhere)
+ READS: ML_BSSN::gt13rhs(Everywhere)
+ READS: ML_BSSN::gt22rhs(Everywhere)
+ READS: ML_BSSN::gt23rhs(Everywhere)
+ READS: ML_BSSN::gt33rhs(Everywhere)
+ READS: ML_BSSN::beta1rhs(Everywhere)
+ READS: ML_BSSN::beta2rhs(Everywhere)
+ READS: ML_BSSN::beta3rhs(Everywhere)
+ READS: ML_BSSN::trKrhs(Everywhere)
+ WRITES: ML_BSSN::alpharhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Arhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::phirhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::trKrhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt3rhs(ERROR(InteriorNoSync))
} "ML_BSSN_Dissipation"
}
schedule ML_BSSN_Advect IN ML_BSSN_evolCalcGroup AFTER (ML_BSSN_RHS1 ML_BSSN_RHS2)
{
LANG: C
- 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::A
- READS: ML_BSSN::B1
- READS: ML_BSSN::B2
- READS: ML_BSSN::B3
- 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: ML_BSSN::At11rhs
- READS: ML_BSSN::At12rhs
- READS: ML_BSSN::At13rhs
- READS: ML_BSSN::At22rhs
- READS: ML_BSSN::At23rhs
- READS: ML_BSSN::At33rhs
- READS: ML_BSSN::Arhs
- READS: ML_BSSN::B1rhs
- READS: ML_BSSN::B2rhs
- READS: ML_BSSN::B3rhs
- READS: ML_BSSN::Xt1rhs
- READS: ML_BSSN::Xt2rhs
- READS: ML_BSSN::Xt3rhs
- READS: ML_BSSN::alpharhs
- READS: ML_BSSN::phirhs
- READS: ML_BSSN::gt11rhs
- READS: ML_BSSN::gt12rhs
- READS: ML_BSSN::gt13rhs
- READS: ML_BSSN::gt22rhs
- READS: ML_BSSN::gt23rhs
- READS: ML_BSSN::gt33rhs
- READS: ML_BSSN::beta1rhs
- READS: ML_BSSN::beta2rhs
- READS: ML_BSSN::beta3rhs
- READS: ML_BSSN::trKrhs
- WRITES: ML_BSSN::alpharhs
- WRITES: ML_BSSN::Arhs
- WRITES: ML_BSSN::At11rhs
- WRITES: ML_BSSN::At12rhs
- WRITES: ML_BSSN::At13rhs
- WRITES: ML_BSSN::At22rhs
- WRITES: ML_BSSN::At23rhs
- WRITES: ML_BSSN::At33rhs
- WRITES: ML_BSSN::B1rhs
- WRITES: ML_BSSN::B2rhs
- WRITES: ML_BSSN::B3rhs
- WRITES: ML_BSSN::beta1rhs
- WRITES: ML_BSSN::beta2rhs
- WRITES: ML_BSSN::beta3rhs
- WRITES: ML_BSSN::gt11rhs
- WRITES: ML_BSSN::gt12rhs
- WRITES: ML_BSSN::gt13rhs
- WRITES: ML_BSSN::gt22rhs
- WRITES: ML_BSSN::gt23rhs
- WRITES: ML_BSSN::gt33rhs
- WRITES: ML_BSSN::phirhs
- WRITES: ML_BSSN::trKrhs
- WRITES: ML_BSSN::Xt1rhs
- WRITES: ML_BSSN::Xt2rhs
- WRITES: ML_BSSN::Xt3rhs
+ 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::A(Everywhere)
+ READS: ML_BSSN::B1(Everywhere)
+ READS: ML_BSSN::B2(Everywhere)
+ READS: ML_BSSN::B3(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: ML_BSSN::At11rhs(Everywhere)
+ READS: ML_BSSN::At12rhs(Everywhere)
+ READS: ML_BSSN::At13rhs(Everywhere)
+ READS: ML_BSSN::At22rhs(Everywhere)
+ READS: ML_BSSN::At23rhs(Everywhere)
+ READS: ML_BSSN::At33rhs(Everywhere)
+ READS: ML_BSSN::Arhs(Everywhere)
+ READS: ML_BSSN::B1rhs(Everywhere)
+ READS: ML_BSSN::B2rhs(Everywhere)
+ READS: ML_BSSN::B3rhs(Everywhere)
+ READS: ML_BSSN::Xt1rhs(Everywhere)
+ READS: ML_BSSN::Xt2rhs(Everywhere)
+ READS: ML_BSSN::Xt3rhs(Everywhere)
+ READS: ML_BSSN::alpharhs(Everywhere)
+ READS: ML_BSSN::phirhs(Everywhere)
+ READS: ML_BSSN::gt11rhs(Everywhere)
+ READS: ML_BSSN::gt12rhs(Everywhere)
+ READS: ML_BSSN::gt13rhs(Everywhere)
+ READS: ML_BSSN::gt22rhs(Everywhere)
+ READS: ML_BSSN::gt23rhs(Everywhere)
+ READS: ML_BSSN::gt33rhs(Everywhere)
+ READS: ML_BSSN::beta1rhs(Everywhere)
+ READS: ML_BSSN::beta2rhs(Everywhere)
+ READS: ML_BSSN::beta3rhs(Everywhere)
+ READS: ML_BSSN::trKrhs(Everywhere)
+ WRITES: ML_BSSN::alpharhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Arhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::At33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::B3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::beta3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::gt33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::phirhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::trKrhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_BSSN::Xt3rhs(ERROR(InteriorNoSync))
} "ML_BSSN_Advect"
schedule ML_BSSN_InitRHS AT analysis BEFORE ML_BSSN_evolCalcGroup
{
LANG: C
- WRITES: ML_BSSN::alpharhs
- WRITES: ML_BSSN::Arhs
- WRITES: ML_BSSN::At11rhs
- WRITES: ML_BSSN::At12rhs
- WRITES: ML_BSSN::At13rhs
- WRITES: ML_BSSN::At22rhs
- WRITES: ML_BSSN::At23rhs
- WRITES: ML_BSSN::At33rhs
- WRITES: ML_BSSN::B1rhs
- WRITES: ML_BSSN::B2rhs
- WRITES: ML_BSSN::B3rhs
- WRITES: ML_BSSN::beta1rhs
- WRITES: ML_BSSN::beta2rhs
- WRITES: ML_BSSN::beta3rhs
- WRITES: ML_BSSN::gt11rhs
- WRITES: ML_BSSN::gt12rhs
- WRITES: ML_BSSN::gt13rhs
- WRITES: ML_BSSN::gt22rhs
- WRITES: ML_BSSN::gt23rhs
- WRITES: ML_BSSN::gt33rhs
- WRITES: ML_BSSN::phirhs
- WRITES: ML_BSSN::trKrhs
- WRITES: ML_BSSN::Xt1rhs
- WRITES: ML_BSSN::Xt2rhs
- WRITES: ML_BSSN::Xt3rhs
+ WRITES: ML_BSSN::alpharhs(Everywhere)
+ WRITES: ML_BSSN::Arhs(Everywhere)
+ WRITES: ML_BSSN::At11rhs(Everywhere)
+ WRITES: ML_BSSN::At12rhs(Everywhere)
+ WRITES: ML_BSSN::At13rhs(Everywhere)
+ WRITES: ML_BSSN::At22rhs(Everywhere)
+ WRITES: ML_BSSN::At23rhs(Everywhere)
+ WRITES: ML_BSSN::At33rhs(Everywhere)
+ WRITES: ML_BSSN::B1rhs(Everywhere)
+ WRITES: ML_BSSN::B2rhs(Everywhere)
+ WRITES: ML_BSSN::B3rhs(Everywhere)
+ WRITES: ML_BSSN::beta1rhs(Everywhere)
+ WRITES: ML_BSSN::beta2rhs(Everywhere)
+ WRITES: ML_BSSN::beta3rhs(Everywhere)
+ WRITES: ML_BSSN::gt11rhs(Everywhere)
+ WRITES: ML_BSSN::gt12rhs(Everywhere)
+ WRITES: ML_BSSN::gt13rhs(Everywhere)
+ WRITES: ML_BSSN::gt22rhs(Everywhere)
+ WRITES: ML_BSSN::gt23rhs(Everywhere)
+ WRITES: ML_BSSN::gt33rhs(Everywhere)
+ WRITES: ML_BSSN::phirhs(Everywhere)
+ WRITES: ML_BSSN::trKrhs(Everywhere)
+ WRITES: ML_BSSN::Xt1rhs(Everywhere)
+ WRITES: ML_BSSN::Xt2rhs(Everywhere)
+ WRITES: ML_BSSN::Xt3rhs(Everywhere)
} "ML_BSSN_InitRHS"
@@ -702,57 +702,57 @@ if (CCTK_EQUALS(my_rhs_boundary_condition, "static"))
schedule ML_BSSN_RHSStaticBoundary IN MoL_CalcRHS
{
LANG: C
- WRITES: ML_BSSN::alpharhs
- WRITES: ML_BSSN::Arhs
- WRITES: ML_BSSN::At11rhs
- WRITES: ML_BSSN::At12rhs
- WRITES: ML_BSSN::At13rhs
- WRITES: ML_BSSN::At22rhs
- WRITES: ML_BSSN::At23rhs
- WRITES: ML_BSSN::At33rhs
- WRITES: ML_BSSN::B1rhs
- WRITES: ML_BSSN::B2rhs
- WRITES: ML_BSSN::B3rhs
- WRITES: ML_BSSN::beta1rhs
- WRITES: ML_BSSN::beta2rhs
- WRITES: ML_BSSN::beta3rhs
- WRITES: ML_BSSN::gt11rhs
- WRITES: ML_BSSN::gt12rhs
- WRITES: ML_BSSN::gt13rhs
- WRITES: ML_BSSN::gt22rhs
- WRITES: ML_BSSN::gt23rhs
- WRITES: ML_BSSN::gt33rhs
- WRITES: ML_BSSN::phirhs
- WRITES: ML_BSSN::trKrhs
- WRITES: ML_BSSN::Xt1rhs
- WRITES: ML_BSSN::Xt2rhs
- WRITES: ML_BSSN::Xt3rhs
+ WRITES: ML_BSSN::alpharhs(Boundary)
+ WRITES: ML_BSSN::Arhs(Boundary)
+ WRITES: ML_BSSN::At11rhs(Boundary)
+ WRITES: ML_BSSN::At12rhs(Boundary)
+ WRITES: ML_BSSN::At13rhs(Boundary)
+ WRITES: ML_BSSN::At22rhs(Boundary)
+ WRITES: ML_BSSN::At23rhs(Boundary)
+ WRITES: ML_BSSN::At33rhs(Boundary)
+ WRITES: ML_BSSN::B1rhs(Boundary)
+ WRITES: ML_BSSN::B2rhs(Boundary)
+ WRITES: ML_BSSN::B3rhs(Boundary)
+ WRITES: ML_BSSN::beta1rhs(Boundary)
+ WRITES: ML_BSSN::beta2rhs(Boundary)
+ WRITES: ML_BSSN::beta3rhs(Boundary)
+ WRITES: ML_BSSN::gt11rhs(Boundary)
+ WRITES: ML_BSSN::gt12rhs(Boundary)
+ WRITES: ML_BSSN::gt13rhs(Boundary)
+ WRITES: ML_BSSN::gt22rhs(Boundary)
+ WRITES: ML_BSSN::gt23rhs(Boundary)
+ WRITES: ML_BSSN::gt33rhs(Boundary)
+ WRITES: ML_BSSN::phirhs(Boundary)
+ WRITES: ML_BSSN::trKrhs(Boundary)
+ WRITES: ML_BSSN::Xt1rhs(Boundary)
+ WRITES: ML_BSSN::Xt2rhs(Boundary)
+ WRITES: ML_BSSN::Xt3rhs(Boundary)
} "ML_BSSN_RHSStaticBoundary"
}
schedule ML_BSSN_enforce IN MoL_PostStepModify
{
LANG: C
- 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::alpha
- READS: ML_BSSN::gt11
- READS: ML_BSSN::gt12
- READS: ML_BSSN::gt13
- READS: ML_BSSN::gt22
- READS: ML_BSSN::gt23
- READS: ML_BSSN::gt33
- WRITES: ML_BSSN::alpha
- WRITES: ML_BSSN::At11
- WRITES: ML_BSSN::At12
- WRITES: ML_BSSN::At13
- WRITES: ML_BSSN::At22
- WRITES: ML_BSSN::At23
- WRITES: ML_BSSN::At33
+ 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::alpha(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)
+ WRITES: ML_BSSN::alpha(Everywhere)
+ WRITES: ML_BSSN::At11(Everywhere)
+ WRITES: ML_BSSN::At12(Everywhere)
+ WRITES: ML_BSSN::At13(Everywhere)
+ WRITES: ML_BSSN::At22(Everywhere)
+ WRITES: ML_BSSN::At23(Everywhere)
+ WRITES: ML_BSSN::At33(Everywhere)
} "ML_BSSN_enforce"
@@ -761,71 +761,71 @@ if (CCTK_EQUALS(my_boundary_condition, "Minkowski"))
schedule ML_BSSN_boundary IN MoL_PostStep
{
LANG: C
- WRITES: ML_BSSN::A
- WRITES: ML_BSSN::alpha
- WRITES: ML_BSSN::At11
- WRITES: ML_BSSN::At12
- WRITES: ML_BSSN::At13
- WRITES: ML_BSSN::At22
- WRITES: ML_BSSN::At23
- WRITES: ML_BSSN::At33
- WRITES: ML_BSSN::B1
- WRITES: ML_BSSN::B2
- WRITES: ML_BSSN::B3
- WRITES: ML_BSSN::beta1
- WRITES: ML_BSSN::beta2
- WRITES: ML_BSSN::beta3
- WRITES: ML_BSSN::gt11
- WRITES: ML_BSSN::gt12
- WRITES: ML_BSSN::gt13
- WRITES: ML_BSSN::gt22
- WRITES: ML_BSSN::gt23
- WRITES: ML_BSSN::gt33
- WRITES: ML_BSSN::phi
- WRITES: ML_BSSN::trK
- WRITES: ML_BSSN::Xt1
- WRITES: ML_BSSN::Xt2
- WRITES: ML_BSSN::Xt3
+ WRITES: ML_BSSN::A(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::alpha(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::At11(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::At12(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::At13(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::At22(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::At23(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::At33(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::B1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::B2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::B3(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::beta1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::beta2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::beta3(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::gt11(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::gt12(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::gt13(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::gt22(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::gt23(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::gt33(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::phi(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::trK(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::Xt1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::Xt2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_BSSN::Xt3(ERROR(BoundaryWithGhosts))
} "ML_BSSN_boundary"
}
schedule ML_BSSN_convertToADMBase IN ML_BSSN_convertToADMBaseGroup
{
LANG: C
- 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::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
- WRITES: ADMBase::alp
- WRITES: ADMBase::betax
- WRITES: ADMBase::betay
- WRITES: ADMBase::betaz
- WRITES: ADMBase::gxx
- WRITES: ADMBase::gxy
- WRITES: ADMBase::gxz
- WRITES: ADMBase::gyy
- WRITES: ADMBase::gyz
- WRITES: ADMBase::gzz
- WRITES: ADMBase::kxx
- WRITES: ADMBase::kxy
- WRITES: ADMBase::kxz
- WRITES: ADMBase::kyy
- WRITES: ADMBase::kyz
- WRITES: ADMBase::kzz
+ 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::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)
+ WRITES: ADMBase::alp(Everywhere)
+ WRITES: ADMBase::betax(Everywhere)
+ WRITES: ADMBase::betay(Everywhere)
+ WRITES: ADMBase::betaz(Everywhere)
+ WRITES: ADMBase::gxx(Everywhere)
+ WRITES: ADMBase::gxy(Everywhere)
+ WRITES: ADMBase::gxz(Everywhere)
+ WRITES: ADMBase::gyy(Everywhere)
+ WRITES: ADMBase::gyz(Everywhere)
+ WRITES: ADMBase::gzz(Everywhere)
+ WRITES: ADMBase::kxx(Everywhere)
+ WRITES: ADMBase::kxy(Everywhere)
+ WRITES: ADMBase::kxz(Everywhere)
+ WRITES: ADMBase::kyy(Everywhere)
+ WRITES: ADMBase::kyz(Everywhere)
+ WRITES: ADMBase::kzz(Everywhere)
} "ML_BSSN_convertToADMBase"
@@ -836,30 +836,30 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "correct"))
LANG: C
SYNC: ADMBase::dtlapse
SYNC: ADMBase::dtshift
- READS: grid::r
- READS: ML_BSSN::A
- READS: ML_BSSN::B1
- READS: ML_BSSN::B2
- READS: ML_BSSN::B3
- 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
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
+ READS: grid::r(Everywhere)
+ READS: ML_BSSN::A(Everywhere)
+ READS: ML_BSSN::B1(Everywhere)
+ READS: ML_BSSN::B2(Everywhere)
+ READS: ML_BSSN::B3(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)
+ WRITES: ADMBase::dtalp(Interior)
+ WRITES: ADMBase::dtbetax(Interior)
+ WRITES: ADMBase::dtbetay(Interior)
+ WRITES: ADMBase::dtbetaz(Interior)
} "ML_BSSN_convertToADMBaseDtLapseShift"
}
@@ -869,29 +869,29 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "correct"))
schedule ML_BSSN_convertToADMBaseDtLapseShiftBoundary IN ML_BSSN_convertToADMBaseGroup
{
LANG: C
- READS: grid::r
- READS: ML_BSSN::A
- READS: ML_BSSN::B1
- READS: ML_BSSN::B2
- READS: ML_BSSN::B3
- READS: ML_BSSN::Xt1
- READS: ML_BSSN::Xt2
- READS: ML_BSSN::Xt3
- READS: ML_BSSN::alpha
- 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
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
+ READS: grid::r(Everywhere)
+ READS: ML_BSSN::A(Everywhere)
+ READS: ML_BSSN::B1(Everywhere)
+ READS: ML_BSSN::B2(Everywhere)
+ READS: ML_BSSN::B3(Everywhere)
+ READS: ML_BSSN::Xt1(Everywhere)
+ READS: ML_BSSN::Xt2(Everywhere)
+ READS: ML_BSSN::Xt3(Everywhere)
+ READS: ML_BSSN::alpha(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)
+ WRITES: ADMBase::dtalp(ERROR(BoundaryWithGhosts))
+ WRITES: ADMBase::dtbetax(ERROR(BoundaryWithGhosts))
+ WRITES: ADMBase::dtbetay(ERROR(BoundaryWithGhosts))
+ WRITES: ADMBase::dtbetaz(ERROR(BoundaryWithGhosts))
} "ML_BSSN_convertToADMBaseDtLapseShiftBoundary"
}
@@ -901,72 +901,71 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "noLapseShiftAdvection"))
schedule ML_BSSN_convertToADMBaseFakeDtLapseShift IN ML_BSSN_convertToADMBaseGroup
{
LANG: C
- READS: grid::r
- READS: ML_BSSN::A
- READS: ML_BSSN::B1
- READS: ML_BSSN::B2
- READS: ML_BSSN::B3
- READS: ML_BSSN::Xt1
- READS: ML_BSSN::Xt2
- READS: ML_BSSN::Xt3
- READS: ML_BSSN::alpha
- 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
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
+ READS: grid::r(Everywhere)
+ READS: ML_BSSN::A(Everywhere)
+ READS: ML_BSSN::B1(Everywhere)
+ READS: ML_BSSN::B2(Everywhere)
+ READS: ML_BSSN::B3(Everywhere)
+ READS: ML_BSSN::Xt1(Everywhere)
+ READS: ML_BSSN::Xt2(Everywhere)
+ READS: ML_BSSN::Xt3(Everywhere)
+ READS: ML_BSSN::alpha(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)
+ WRITES: ADMBase::dtalp(Everywhere)
+ WRITES: ADMBase::dtbetax(Everywhere)
+ WRITES: ADMBase::dtbetay(Everywhere)
+ WRITES: ADMBase::dtbetaz(Everywhere)
} "ML_BSSN_convertToADMBaseFakeDtLapseShift"
}
schedule group ML_BSSN_constraints1_group in MoL_PseudoEvolution after MoL_PostStep
{
- # no language specified
} "ML_BSSN_constraints1"
schedule ML_BSSN_constraints1 in ML_BSSN_constraints1_group
{
LANG: C
- 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
- 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
- WRITES: ML_BSSN::H
+ 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)
+ 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)
+ WRITES: ML_BSSN::H(Interior)
} "ML_BSSN_constraints1"
schedule ML_BSSN_constraints1_SelectBCs in ML_BSSN_constraints1_bc_group
@@ -978,66 +977,62 @@ schedule ML_BSSN_constraints1_SelectBCs in ML_BSSN_constraints1_bc_group
schedule group ApplyBCs as ML_BSSN_constraints1_ApplyBCs in ML_BSSN_constraints1_bc_group after ML_BSSN_constraints1_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in ML_BSSN_constraints1"
schedule group ML_BSSN_constraints1_bc_group in ML_BSSN_constraints1_group after ML_BSSN_constraints1
{
- # no language specified
} "ML_BSSN_constraints1"
schedule group ML_BSSN_constraints1_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "ML_BSSN_constraints1"
schedule group ML_BSSN_constraints2_group in MoL_PseudoEvolution after MoL_PostStep
{
- # no language specified
} "ML_BSSN_constraints2"
schedule ML_BSSN_constraints2 in ML_BSSN_constraints2_group
{
LANG: C
- 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
- 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
- WRITES: ML_BSSN::cA
- WRITES: ML_BSSN::cS
- WRITES: ML_BSSN::cXt1
- WRITES: ML_BSSN::cXt2
- WRITES: ML_BSSN::cXt3
- WRITES: ML_BSSN::M1
- WRITES: ML_BSSN::M2
- WRITES: ML_BSSN::M3
+ 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)
+ 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)
+ WRITES: ML_BSSN::cA(Interior)
+ WRITES: ML_BSSN::cS(Interior)
+ WRITES: ML_BSSN::cXt1(Interior)
+ WRITES: ML_BSSN::cXt2(Interior)
+ WRITES: ML_BSSN::cXt3(Interior)
+ WRITES: ML_BSSN::M1(Interior)
+ WRITES: ML_BSSN::M2(Interior)
+ WRITES: ML_BSSN::M3(Interior)
} "ML_BSSN_constraints2"
schedule ML_BSSN_constraints2_SelectBCs in ML_BSSN_constraints2_bc_group
@@ -1052,17 +1047,14 @@ schedule ML_BSSN_constraints2_SelectBCs in ML_BSSN_constraints2_bc_group
schedule group ApplyBCs as ML_BSSN_constraints2_ApplyBCs in ML_BSSN_constraints2_bc_group after ML_BSSN_constraints2_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in ML_BSSN_constraints2"
schedule group ML_BSSN_constraints2_bc_group in ML_BSSN_constraints2_group after ML_BSSN_constraints2
{
- # no language specified
} "ML_BSSN_constraints2"
schedule group ML_BSSN_constraints2_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "ML_BSSN_constraints2"
schedule ML_BSSN_SelectBoundConds in MoL_PostStep
@@ -1094,5 +1086,4 @@ schedule ML_BSSN_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_BSSN_ApplyBCs in MoL_PostStep after ML_BSSN_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"
diff --git a/ML_CCZ4/interface.ccl b/ML_CCZ4/interface.ccl
index d0a09f2..fe2903e 100644
--- a/ML_CCZ4/interface.ccl
+++ b/ML_CCZ4/interface.ccl
@@ -139,7 +139,7 @@ CCTK_REAL ML_trace_curv type=GF timelevels=3 tags='tensortypealias="Scalar" tens
} "ML_trace_curv"
public:
-CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667'
+CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667 Prolongation="None"'
{
At11rhs,
At12rhs,
@@ -150,13 +150,13 @@ CCTK_REAL ML_curvrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorw
} "ML_curvrhs"
public:
-CCTK_REAL ML_dtlapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_dtlapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
Arhs
} "ML_dtlapserhs"
public:
-CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
+CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 Prolongation="None"'
{
B1rhs,
B2rhs,
@@ -164,7 +164,7 @@ CCTK_REAL ML_dtshiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorwei
} "ML_dtshiftrhs"
public:
-CCTK_REAL ML_Gammarhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0.66666666666666666667'
+CCTK_REAL ML_Gammarhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0.66666666666666666667 Prolongation="None"'
{
Xt1rhs,
Xt2rhs,
@@ -172,19 +172,19 @@ CCTK_REAL ML_Gammarhs type=GF timelevels=3 tags='tensortypealias="U" tensorweigh
} "ML_Gammarhs"
public:
-CCTK_REAL ML_lapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_lapserhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
alpharhs
} "ML_lapserhs"
public:
-CCTK_REAL ML_log_confacrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0.16666666666666666667'
+CCTK_REAL ML_log_confacrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0.16666666666666666667 Prolongation="None"'
{
phirhs
} "ML_log_confacrhs"
public:
-CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667'
+CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tensorweight=-0.66666666666666666667 Prolongation="None"'
{
gt11rhs,
gt12rhs,
@@ -195,7 +195,7 @@ CCTK_REAL ML_metricrhs type=GF timelevels=3 tags='tensortypealias="DD_sym" tenso
} "ML_metricrhs"
public:
-CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0'
+CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweight=0 Prolongation="None"'
{
beta1rhs,
beta2rhs,
@@ -203,13 +203,13 @@ CCTK_REAL ML_shiftrhs type=GF timelevels=3 tags='tensortypealias="U" tensorweigh
} "ML_shiftrhs"
public:
-CCTK_REAL ML_Thetarhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_Thetarhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
Thetarhs
} "ML_Thetarhs"
public:
-CCTK_REAL ML_trace_curvrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL ML_trace_curvrhs type=GF timelevels=3 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
trKrhs
} "ML_trace_curvrhs"
diff --git a/ML_CCZ4/schedule.ccl b/ML_CCZ4/schedule.ccl
index f1b3774..aa5aa04 100644
--- a/ML_CCZ4/schedule.ccl
+++ b/ML_CCZ4/schedule.ccl
@@ -304,32 +304,32 @@ if (CCTK_EQUALS(my_initial_data, "Minkowski"))
schedule ML_CCZ4_Minkowski IN ADMBase_InitialData
{
LANG: C
- WRITES: ML_CCZ4::A
- WRITES: ML_CCZ4::alpha
- WRITES: ML_CCZ4::At11
- WRITES: ML_CCZ4::At12
- WRITES: ML_CCZ4::At13
- WRITES: ML_CCZ4::At22
- WRITES: ML_CCZ4::At23
- WRITES: ML_CCZ4::At33
- WRITES: ML_CCZ4::B1
- WRITES: ML_CCZ4::B2
- WRITES: ML_CCZ4::B3
- WRITES: ML_CCZ4::beta1
- WRITES: ML_CCZ4::beta2
- WRITES: ML_CCZ4::beta3
- WRITES: ML_CCZ4::gt11
- WRITES: ML_CCZ4::gt12
- WRITES: ML_CCZ4::gt13
- WRITES: ML_CCZ4::gt22
- WRITES: ML_CCZ4::gt23
- WRITES: ML_CCZ4::gt33
- WRITES: ML_CCZ4::phi
- WRITES: ML_CCZ4::Theta
- WRITES: ML_CCZ4::trK
- WRITES: ML_CCZ4::Xt1
- WRITES: ML_CCZ4::Xt2
- WRITES: ML_CCZ4::Xt3
+ WRITES: ML_CCZ4::A(Everywhere)
+ WRITES: ML_CCZ4::alpha(Everywhere)
+ WRITES: ML_CCZ4::At11(Everywhere)
+ WRITES: ML_CCZ4::At12(Everywhere)
+ WRITES: ML_CCZ4::At13(Everywhere)
+ WRITES: ML_CCZ4::At22(Everywhere)
+ WRITES: ML_CCZ4::At23(Everywhere)
+ WRITES: ML_CCZ4::At33(Everywhere)
+ WRITES: ML_CCZ4::B1(Everywhere)
+ WRITES: ML_CCZ4::B2(Everywhere)
+ WRITES: ML_CCZ4::B3(Everywhere)
+ WRITES: ML_CCZ4::beta1(Everywhere)
+ WRITES: ML_CCZ4::beta2(Everywhere)
+ WRITES: ML_CCZ4::beta3(Everywhere)
+ WRITES: ML_CCZ4::gt11(Everywhere)
+ WRITES: ML_CCZ4::gt12(Everywhere)
+ WRITES: ML_CCZ4::gt13(Everywhere)
+ WRITES: ML_CCZ4::gt22(Everywhere)
+ WRITES: ML_CCZ4::gt23(Everywhere)
+ WRITES: ML_CCZ4::gt33(Everywhere)
+ WRITES: ML_CCZ4::phi(Everywhere)
+ WRITES: ML_CCZ4::Theta(Everywhere)
+ WRITES: ML_CCZ4::trK(Everywhere)
+ WRITES: ML_CCZ4::Xt1(Everywhere)
+ WRITES: ML_CCZ4::Xt2(Everywhere)
+ WRITES: ML_CCZ4::Xt3(Everywhere)
} "ML_CCZ4_Minkowski"
}
@@ -339,41 +339,41 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
schedule ML_CCZ4_convertFromADMBase AT initial AFTER ADMBase_PostInitial
{
LANG: C
- READS: ADMBase::kxx
- READS: ADMBase::kxy
- READS: ADMBase::kxz
- READS: ADMBase::kyy
- READS: ADMBase::kyz
- READS: ADMBase::kzz
- READS: ADMBase::alp
- READS: ADMBase::gxx
- READS: ADMBase::gxy
- READS: ADMBase::gxz
- READS: ADMBase::gyy
- READS: ADMBase::gyz
- READS: ADMBase::gzz
- READS: ADMBase::betax
- READS: ADMBase::betay
- READS: ADMBase::betaz
- WRITES: ML_CCZ4::alpha
- WRITES: ML_CCZ4::At11
- WRITES: ML_CCZ4::At12
- WRITES: ML_CCZ4::At13
- WRITES: ML_CCZ4::At22
- WRITES: ML_CCZ4::At23
- WRITES: ML_CCZ4::At33
- WRITES: ML_CCZ4::beta1
- WRITES: ML_CCZ4::beta2
- WRITES: ML_CCZ4::beta3
- WRITES: ML_CCZ4::gt11
- WRITES: ML_CCZ4::gt12
- WRITES: ML_CCZ4::gt13
- WRITES: ML_CCZ4::gt22
- WRITES: ML_CCZ4::gt23
- WRITES: ML_CCZ4::gt33
- WRITES: ML_CCZ4::phi
- WRITES: ML_CCZ4::Theta
- WRITES: ML_CCZ4::trK
+ 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::alp(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: ADMBase::betax(Everywhere)
+ READS: ADMBase::betay(Everywhere)
+ READS: ADMBase::betaz(Everywhere)
+ WRITES: ML_CCZ4::alpha(Everywhere)
+ WRITES: ML_CCZ4::At11(Everywhere)
+ WRITES: ML_CCZ4::At12(Everywhere)
+ WRITES: ML_CCZ4::At13(Everywhere)
+ WRITES: ML_CCZ4::At22(Everywhere)
+ WRITES: ML_CCZ4::At23(Everywhere)
+ WRITES: ML_CCZ4::At33(Everywhere)
+ WRITES: ML_CCZ4::beta1(Everywhere)
+ WRITES: ML_CCZ4::beta2(Everywhere)
+ WRITES: ML_CCZ4::beta3(Everywhere)
+ WRITES: ML_CCZ4::gt11(Everywhere)
+ WRITES: ML_CCZ4::gt12(Everywhere)
+ WRITES: ML_CCZ4::gt13(Everywhere)
+ WRITES: ML_CCZ4::gt22(Everywhere)
+ WRITES: ML_CCZ4::gt23(Everywhere)
+ WRITES: ML_CCZ4::gt33(Everywhere)
+ WRITES: ML_CCZ4::phi(Everywhere)
+ WRITES: ML_CCZ4::Theta(Everywhere)
+ WRITES: ML_CCZ4::trK(Everywhere)
} "ML_CCZ4_convertFromADMBase"
}
@@ -383,13 +383,13 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
schedule ML_CCZ4_InitGamma AT initial BEFORE ML_CCZ4_convertFromADMBaseGamma
{
LANG: C
- WRITES: ML_CCZ4::A
- WRITES: ML_CCZ4::B1
- WRITES: ML_CCZ4::B2
- WRITES: ML_CCZ4::B3
- WRITES: ML_CCZ4::Xt1
- WRITES: ML_CCZ4::Xt2
- WRITES: ML_CCZ4::Xt3
+ WRITES: ML_CCZ4::A(Everywhere)
+ WRITES: ML_CCZ4::B1(Everywhere)
+ WRITES: ML_CCZ4::B2(Everywhere)
+ WRITES: ML_CCZ4::B3(Everywhere)
+ WRITES: ML_CCZ4::Xt1(Everywhere)
+ WRITES: ML_CCZ4::Xt2(Everywhere)
+ WRITES: ML_CCZ4::Xt3(Everywhere)
} "ML_CCZ4_InitGamma"
}
@@ -402,135 +402,135 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
SYNC: ML_dtlapse
SYNC: ML_dtshift
SYNC: ML_Gamma
- READS: ADMBase::dtalp
- READS: ADMBase::dtbetax
- READS: ADMBase::dtbetay
- READS: ADMBase::dtbetaz
- READS: grid::r
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- WRITES: ML_CCZ4::A
- WRITES: ML_CCZ4::B1
- WRITES: ML_CCZ4::B2
- WRITES: ML_CCZ4::B3
- WRITES: ML_CCZ4::Xt1
- WRITES: ML_CCZ4::Xt2
- WRITES: ML_CCZ4::Xt3
+ READS: ADMBase::dtalp(Everywhere)
+ READS: ADMBase::dtbetax(Everywhere)
+ READS: ADMBase::dtbetay(Everywhere)
+ READS: ADMBase::dtbetaz(Everywhere)
+ READS: grid::r(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ WRITES: ML_CCZ4::A(Interior)
+ WRITES: ML_CCZ4::B1(Interior)
+ WRITES: ML_CCZ4::B2(Interior)
+ WRITES: ML_CCZ4::B3(Interior)
+ WRITES: ML_CCZ4::Xt1(Interior)
+ WRITES: ML_CCZ4::Xt2(Interior)
+ WRITES: ML_CCZ4::Xt3(Interior)
} "ML_CCZ4_convertFromADMBaseGamma"
}
schedule ML_CCZ4_RHS1 IN ML_CCZ4_evolCalcGroup
{
LANG: C
- READS: grid::r
- 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
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::A
- READS: ML_CCZ4::B1
- READS: ML_CCZ4::B2
- READS: ML_CCZ4::B3
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- WRITES: ML_CCZ4::alpharhs
- WRITES: ML_CCZ4::Arhs
- WRITES: ML_CCZ4::B1rhs
- WRITES: ML_CCZ4::B2rhs
- WRITES: ML_CCZ4::B3rhs
- WRITES: ML_CCZ4::beta1rhs
- WRITES: ML_CCZ4::beta2rhs
- WRITES: ML_CCZ4::beta3rhs
- WRITES: ML_CCZ4::gt11rhs
- WRITES: ML_CCZ4::gt12rhs
- WRITES: ML_CCZ4::gt13rhs
- WRITES: ML_CCZ4::gt22rhs
- WRITES: ML_CCZ4::gt23rhs
- WRITES: ML_CCZ4::gt33rhs
- WRITES: ML_CCZ4::phirhs
- WRITES: ML_CCZ4::Thetarhs
- WRITES: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::Xt1rhs
- WRITES: ML_CCZ4::Xt2rhs
- WRITES: ML_CCZ4::Xt3rhs
+ READS: grid::r(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)
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::A(Everywhere)
+ READS: ML_CCZ4::B1(Everywhere)
+ READS: ML_CCZ4::B2(Everywhere)
+ READS: ML_CCZ4::B3(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ML_CCZ4::alpharhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Arhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::phirhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Thetarhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::trKrhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt3rhs(ERROR(InteriorNoSync))
} "ML_CCZ4_RHS1"
schedule ML_CCZ4_RHS2 IN ML_CCZ4_evolCalcGroup
{
LANG: C
- READS: grid::r
- 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
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- WRITES: ML_CCZ4::At11rhs
- WRITES: ML_CCZ4::At12rhs
- WRITES: ML_CCZ4::At13rhs
- WRITES: ML_CCZ4::At22rhs
- WRITES: ML_CCZ4::At23rhs
- WRITES: ML_CCZ4::At33rhs
+ READS: grid::r(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)
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ML_CCZ4::At11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At33rhs(ERROR(InteriorNoSync))
} "ML_CCZ4_RHS2"
@@ -539,199 +539,199 @@ if (CCTK_EQUALS(apply_dissipation, "always"))
schedule ML_CCZ4_Dissipation IN ML_CCZ4_evolCalcGroup AFTER (ML_CCZ4_RHS1 ML_CCZ4_RHS2)
{
LANG: C
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::A
- READS: ML_CCZ4::B1
- READS: ML_CCZ4::B2
- READS: ML_CCZ4::B3
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- READS: ML_CCZ4::At11rhs
- READS: ML_CCZ4::At12rhs
- READS: ML_CCZ4::At13rhs
- READS: ML_CCZ4::At22rhs
- READS: ML_CCZ4::At23rhs
- READS: ML_CCZ4::At33rhs
- READS: ML_CCZ4::Arhs
- READS: ML_CCZ4::B1rhs
- READS: ML_CCZ4::B2rhs
- READS: ML_CCZ4::B3rhs
- READS: ML_CCZ4::Xt1rhs
- READS: ML_CCZ4::Xt2rhs
- READS: ML_CCZ4::Xt3rhs
- READS: ML_CCZ4::alpharhs
- READS: ML_CCZ4::phirhs
- READS: ML_CCZ4::gt11rhs
- READS: ML_CCZ4::gt12rhs
- READS: ML_CCZ4::gt13rhs
- READS: ML_CCZ4::gt22rhs
- READS: ML_CCZ4::gt23rhs
- READS: ML_CCZ4::gt33rhs
- READS: ML_CCZ4::beta1rhs
- READS: ML_CCZ4::beta2rhs
- READS: ML_CCZ4::beta3rhs
- READS: ML_CCZ4::Thetarhs
- READS: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::alpharhs
- WRITES: ML_CCZ4::Arhs
- WRITES: ML_CCZ4::At11rhs
- WRITES: ML_CCZ4::At12rhs
- WRITES: ML_CCZ4::At13rhs
- WRITES: ML_CCZ4::At22rhs
- WRITES: ML_CCZ4::At23rhs
- WRITES: ML_CCZ4::At33rhs
- WRITES: ML_CCZ4::B1rhs
- WRITES: ML_CCZ4::B2rhs
- WRITES: ML_CCZ4::B3rhs
- WRITES: ML_CCZ4::beta1rhs
- WRITES: ML_CCZ4::beta2rhs
- WRITES: ML_CCZ4::beta3rhs
- WRITES: ML_CCZ4::gt11rhs
- WRITES: ML_CCZ4::gt12rhs
- WRITES: ML_CCZ4::gt13rhs
- WRITES: ML_CCZ4::gt22rhs
- WRITES: ML_CCZ4::gt23rhs
- WRITES: ML_CCZ4::gt33rhs
- WRITES: ML_CCZ4::phirhs
- WRITES: ML_CCZ4::Thetarhs
- WRITES: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::Xt1rhs
- WRITES: ML_CCZ4::Xt2rhs
- WRITES: ML_CCZ4::Xt3rhs
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::A(Everywhere)
+ READS: ML_CCZ4::B1(Everywhere)
+ READS: ML_CCZ4::B2(Everywhere)
+ READS: ML_CCZ4::B3(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ READS: ML_CCZ4::At11rhs(Everywhere)
+ READS: ML_CCZ4::At12rhs(Everywhere)
+ READS: ML_CCZ4::At13rhs(Everywhere)
+ READS: ML_CCZ4::At22rhs(Everywhere)
+ READS: ML_CCZ4::At23rhs(Everywhere)
+ READS: ML_CCZ4::At33rhs(Everywhere)
+ READS: ML_CCZ4::Arhs(Everywhere)
+ READS: ML_CCZ4::B1rhs(Everywhere)
+ READS: ML_CCZ4::B2rhs(Everywhere)
+ READS: ML_CCZ4::B3rhs(Everywhere)
+ READS: ML_CCZ4::Xt1rhs(Everywhere)
+ READS: ML_CCZ4::Xt2rhs(Everywhere)
+ READS: ML_CCZ4::Xt3rhs(Everywhere)
+ READS: ML_CCZ4::alpharhs(Everywhere)
+ READS: ML_CCZ4::phirhs(Everywhere)
+ READS: ML_CCZ4::gt11rhs(Everywhere)
+ READS: ML_CCZ4::gt12rhs(Everywhere)
+ READS: ML_CCZ4::gt13rhs(Everywhere)
+ READS: ML_CCZ4::gt22rhs(Everywhere)
+ READS: ML_CCZ4::gt23rhs(Everywhere)
+ READS: ML_CCZ4::gt33rhs(Everywhere)
+ READS: ML_CCZ4::beta1rhs(Everywhere)
+ READS: ML_CCZ4::beta2rhs(Everywhere)
+ READS: ML_CCZ4::beta3rhs(Everywhere)
+ READS: ML_CCZ4::Thetarhs(Everywhere)
+ READS: ML_CCZ4::trKrhs(Everywhere)
+ WRITES: ML_CCZ4::alpharhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Arhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::phirhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Thetarhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::trKrhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt3rhs(ERROR(InteriorNoSync))
} "ML_CCZ4_Dissipation"
}
schedule ML_CCZ4_Advect IN ML_CCZ4_evolCalcGroup AFTER (ML_CCZ4_RHS1 ML_CCZ4_RHS2)
{
LANG: C
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::A
- READS: ML_CCZ4::B1
- READS: ML_CCZ4::B2
- READS: ML_CCZ4::B3
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- READS: ML_CCZ4::At11rhs
- READS: ML_CCZ4::At12rhs
- READS: ML_CCZ4::At13rhs
- READS: ML_CCZ4::At22rhs
- READS: ML_CCZ4::At23rhs
- READS: ML_CCZ4::At33rhs
- READS: ML_CCZ4::Arhs
- READS: ML_CCZ4::B1rhs
- READS: ML_CCZ4::B2rhs
- READS: ML_CCZ4::B3rhs
- READS: ML_CCZ4::Xt1rhs
- READS: ML_CCZ4::Xt2rhs
- READS: ML_CCZ4::Xt3rhs
- READS: ML_CCZ4::alpharhs
- READS: ML_CCZ4::phirhs
- READS: ML_CCZ4::gt11rhs
- READS: ML_CCZ4::gt12rhs
- READS: ML_CCZ4::gt13rhs
- READS: ML_CCZ4::gt22rhs
- READS: ML_CCZ4::gt23rhs
- READS: ML_CCZ4::gt33rhs
- READS: ML_CCZ4::beta1rhs
- READS: ML_CCZ4::beta2rhs
- READS: ML_CCZ4::beta3rhs
- READS: ML_CCZ4::Thetarhs
- READS: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::alpharhs
- WRITES: ML_CCZ4::Arhs
- WRITES: ML_CCZ4::At11rhs
- WRITES: ML_CCZ4::At12rhs
- WRITES: ML_CCZ4::At13rhs
- WRITES: ML_CCZ4::At22rhs
- WRITES: ML_CCZ4::At23rhs
- WRITES: ML_CCZ4::At33rhs
- WRITES: ML_CCZ4::B1rhs
- WRITES: ML_CCZ4::B2rhs
- WRITES: ML_CCZ4::B3rhs
- WRITES: ML_CCZ4::beta1rhs
- WRITES: ML_CCZ4::beta2rhs
- WRITES: ML_CCZ4::beta3rhs
- WRITES: ML_CCZ4::gt11rhs
- WRITES: ML_CCZ4::gt12rhs
- WRITES: ML_CCZ4::gt13rhs
- WRITES: ML_CCZ4::gt22rhs
- WRITES: ML_CCZ4::gt23rhs
- WRITES: ML_CCZ4::gt33rhs
- WRITES: ML_CCZ4::phirhs
- WRITES: ML_CCZ4::Thetarhs
- WRITES: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::Xt1rhs
- WRITES: ML_CCZ4::Xt2rhs
- WRITES: ML_CCZ4::Xt3rhs
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::A(Everywhere)
+ READS: ML_CCZ4::B1(Everywhere)
+ READS: ML_CCZ4::B2(Everywhere)
+ READS: ML_CCZ4::B3(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ READS: ML_CCZ4::At11rhs(Everywhere)
+ READS: ML_CCZ4::At12rhs(Everywhere)
+ READS: ML_CCZ4::At13rhs(Everywhere)
+ READS: ML_CCZ4::At22rhs(Everywhere)
+ READS: ML_CCZ4::At23rhs(Everywhere)
+ READS: ML_CCZ4::At33rhs(Everywhere)
+ READS: ML_CCZ4::Arhs(Everywhere)
+ READS: ML_CCZ4::B1rhs(Everywhere)
+ READS: ML_CCZ4::B2rhs(Everywhere)
+ READS: ML_CCZ4::B3rhs(Everywhere)
+ READS: ML_CCZ4::Xt1rhs(Everywhere)
+ READS: ML_CCZ4::Xt2rhs(Everywhere)
+ READS: ML_CCZ4::Xt3rhs(Everywhere)
+ READS: ML_CCZ4::alpharhs(Everywhere)
+ READS: ML_CCZ4::phirhs(Everywhere)
+ READS: ML_CCZ4::gt11rhs(Everywhere)
+ READS: ML_CCZ4::gt12rhs(Everywhere)
+ READS: ML_CCZ4::gt13rhs(Everywhere)
+ READS: ML_CCZ4::gt22rhs(Everywhere)
+ READS: ML_CCZ4::gt23rhs(Everywhere)
+ READS: ML_CCZ4::gt33rhs(Everywhere)
+ READS: ML_CCZ4::beta1rhs(Everywhere)
+ READS: ML_CCZ4::beta2rhs(Everywhere)
+ READS: ML_CCZ4::beta3rhs(Everywhere)
+ READS: ML_CCZ4::Thetarhs(Everywhere)
+ READS: ML_CCZ4::trKrhs(Everywhere)
+ WRITES: ML_CCZ4::alpharhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Arhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::At33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::B3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::beta3rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt11rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt12rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt13rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt22rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt23rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::gt33rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::phirhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Thetarhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::trKrhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt1rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt2rhs(ERROR(InteriorNoSync))
+ WRITES: ML_CCZ4::Xt3rhs(ERROR(InteriorNoSync))
} "ML_CCZ4_Advect"
schedule ML_CCZ4_InitRHS AT analysis BEFORE ML_CCZ4_evolCalcGroup
{
LANG: C
- WRITES: ML_CCZ4::alpharhs
- WRITES: ML_CCZ4::Arhs
- WRITES: ML_CCZ4::At11rhs
- WRITES: ML_CCZ4::At12rhs
- WRITES: ML_CCZ4::At13rhs
- WRITES: ML_CCZ4::At22rhs
- WRITES: ML_CCZ4::At23rhs
- WRITES: ML_CCZ4::At33rhs
- WRITES: ML_CCZ4::B1rhs
- WRITES: ML_CCZ4::B2rhs
- WRITES: ML_CCZ4::B3rhs
- WRITES: ML_CCZ4::beta1rhs
- WRITES: ML_CCZ4::beta2rhs
- WRITES: ML_CCZ4::beta3rhs
- WRITES: ML_CCZ4::gt11rhs
- WRITES: ML_CCZ4::gt12rhs
- WRITES: ML_CCZ4::gt13rhs
- WRITES: ML_CCZ4::gt22rhs
- WRITES: ML_CCZ4::gt23rhs
- WRITES: ML_CCZ4::gt33rhs
- WRITES: ML_CCZ4::phirhs
- WRITES: ML_CCZ4::Thetarhs
- WRITES: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::Xt1rhs
- WRITES: ML_CCZ4::Xt2rhs
- WRITES: ML_CCZ4::Xt3rhs
+ WRITES: ML_CCZ4::alpharhs(Everywhere)
+ WRITES: ML_CCZ4::Arhs(Everywhere)
+ WRITES: ML_CCZ4::At11rhs(Everywhere)
+ WRITES: ML_CCZ4::At12rhs(Everywhere)
+ WRITES: ML_CCZ4::At13rhs(Everywhere)
+ WRITES: ML_CCZ4::At22rhs(Everywhere)
+ WRITES: ML_CCZ4::At23rhs(Everywhere)
+ WRITES: ML_CCZ4::At33rhs(Everywhere)
+ WRITES: ML_CCZ4::B1rhs(Everywhere)
+ WRITES: ML_CCZ4::B2rhs(Everywhere)
+ WRITES: ML_CCZ4::B3rhs(Everywhere)
+ WRITES: ML_CCZ4::beta1rhs(Everywhere)
+ WRITES: ML_CCZ4::beta2rhs(Everywhere)
+ WRITES: ML_CCZ4::beta3rhs(Everywhere)
+ WRITES: ML_CCZ4::gt11rhs(Everywhere)
+ WRITES: ML_CCZ4::gt12rhs(Everywhere)
+ WRITES: ML_CCZ4::gt13rhs(Everywhere)
+ WRITES: ML_CCZ4::gt22rhs(Everywhere)
+ WRITES: ML_CCZ4::gt23rhs(Everywhere)
+ WRITES: ML_CCZ4::gt33rhs(Everywhere)
+ WRITES: ML_CCZ4::phirhs(Everywhere)
+ WRITES: ML_CCZ4::Thetarhs(Everywhere)
+ WRITES: ML_CCZ4::trKrhs(Everywhere)
+ WRITES: ML_CCZ4::Xt1rhs(Everywhere)
+ WRITES: ML_CCZ4::Xt2rhs(Everywhere)
+ WRITES: ML_CCZ4::Xt3rhs(Everywhere)
} "ML_CCZ4_InitRHS"
@@ -740,58 +740,58 @@ if (CCTK_EQUALS(my_rhs_boundary_condition, "static"))
schedule ML_CCZ4_RHSStaticBoundary IN MoL_CalcRHS
{
LANG: C
- WRITES: ML_CCZ4::alpharhs
- WRITES: ML_CCZ4::Arhs
- WRITES: ML_CCZ4::At11rhs
- WRITES: ML_CCZ4::At12rhs
- WRITES: ML_CCZ4::At13rhs
- WRITES: ML_CCZ4::At22rhs
- WRITES: ML_CCZ4::At23rhs
- WRITES: ML_CCZ4::At33rhs
- WRITES: ML_CCZ4::B1rhs
- WRITES: ML_CCZ4::B2rhs
- WRITES: ML_CCZ4::B3rhs
- WRITES: ML_CCZ4::beta1rhs
- WRITES: ML_CCZ4::beta2rhs
- WRITES: ML_CCZ4::beta3rhs
- WRITES: ML_CCZ4::gt11rhs
- WRITES: ML_CCZ4::gt12rhs
- WRITES: ML_CCZ4::gt13rhs
- WRITES: ML_CCZ4::gt22rhs
- WRITES: ML_CCZ4::gt23rhs
- WRITES: ML_CCZ4::gt33rhs
- WRITES: ML_CCZ4::phirhs
- WRITES: ML_CCZ4::Thetarhs
- WRITES: ML_CCZ4::trKrhs
- WRITES: ML_CCZ4::Xt1rhs
- WRITES: ML_CCZ4::Xt2rhs
- WRITES: ML_CCZ4::Xt3rhs
+ WRITES: ML_CCZ4::alpharhs(Boundary)
+ WRITES: ML_CCZ4::Arhs(Boundary)
+ WRITES: ML_CCZ4::At11rhs(Boundary)
+ WRITES: ML_CCZ4::At12rhs(Boundary)
+ WRITES: ML_CCZ4::At13rhs(Boundary)
+ WRITES: ML_CCZ4::At22rhs(Boundary)
+ WRITES: ML_CCZ4::At23rhs(Boundary)
+ WRITES: ML_CCZ4::At33rhs(Boundary)
+ WRITES: ML_CCZ4::B1rhs(Boundary)
+ WRITES: ML_CCZ4::B2rhs(Boundary)
+ WRITES: ML_CCZ4::B3rhs(Boundary)
+ WRITES: ML_CCZ4::beta1rhs(Boundary)
+ WRITES: ML_CCZ4::beta2rhs(Boundary)
+ WRITES: ML_CCZ4::beta3rhs(Boundary)
+ WRITES: ML_CCZ4::gt11rhs(Boundary)
+ WRITES: ML_CCZ4::gt12rhs(Boundary)
+ WRITES: ML_CCZ4::gt13rhs(Boundary)
+ WRITES: ML_CCZ4::gt22rhs(Boundary)
+ WRITES: ML_CCZ4::gt23rhs(Boundary)
+ WRITES: ML_CCZ4::gt33rhs(Boundary)
+ WRITES: ML_CCZ4::phirhs(Boundary)
+ WRITES: ML_CCZ4::Thetarhs(Boundary)
+ WRITES: ML_CCZ4::trKrhs(Boundary)
+ WRITES: ML_CCZ4::Xt1rhs(Boundary)
+ WRITES: ML_CCZ4::Xt2rhs(Boundary)
+ WRITES: ML_CCZ4::Xt3rhs(Boundary)
} "ML_CCZ4_RHSStaticBoundary"
}
schedule ML_CCZ4_enforce IN MoL_PostStepModify
{
LANG: C
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- WRITES: ML_CCZ4::alpha
- WRITES: ML_CCZ4::At11
- WRITES: ML_CCZ4::At12
- WRITES: ML_CCZ4::At13
- WRITES: ML_CCZ4::At22
- WRITES: ML_CCZ4::At23
- WRITES: ML_CCZ4::At33
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ WRITES: ML_CCZ4::alpha(Everywhere)
+ WRITES: ML_CCZ4::At11(Everywhere)
+ WRITES: ML_CCZ4::At12(Everywhere)
+ WRITES: ML_CCZ4::At13(Everywhere)
+ WRITES: ML_CCZ4::At22(Everywhere)
+ WRITES: ML_CCZ4::At23(Everywhere)
+ WRITES: ML_CCZ4::At33(Everywhere)
} "ML_CCZ4_enforce"
@@ -800,72 +800,72 @@ if (CCTK_EQUALS(my_boundary_condition, "Minkowski"))
schedule ML_CCZ4_boundary IN MoL_PostStep
{
LANG: C
- WRITES: ML_CCZ4::A
- WRITES: ML_CCZ4::alpha
- WRITES: ML_CCZ4::At11
- WRITES: ML_CCZ4::At12
- WRITES: ML_CCZ4::At13
- WRITES: ML_CCZ4::At22
- WRITES: ML_CCZ4::At23
- WRITES: ML_CCZ4::At33
- WRITES: ML_CCZ4::B1
- WRITES: ML_CCZ4::B2
- WRITES: ML_CCZ4::B3
- WRITES: ML_CCZ4::beta1
- WRITES: ML_CCZ4::beta2
- WRITES: ML_CCZ4::beta3
- WRITES: ML_CCZ4::gt11
- WRITES: ML_CCZ4::gt12
- WRITES: ML_CCZ4::gt13
- WRITES: ML_CCZ4::gt22
- WRITES: ML_CCZ4::gt23
- WRITES: ML_CCZ4::gt33
- WRITES: ML_CCZ4::phi
- WRITES: ML_CCZ4::Theta
- WRITES: ML_CCZ4::trK
- WRITES: ML_CCZ4::Xt1
- WRITES: ML_CCZ4::Xt2
- WRITES: ML_CCZ4::Xt3
+ WRITES: ML_CCZ4::A(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::alpha(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::At11(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::At12(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::At13(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::At22(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::At23(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::At33(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::B1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::B2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::B3(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::beta1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::beta2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::beta3(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::gt11(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::gt12(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::gt13(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::gt22(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::gt23(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::gt33(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::phi(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::Theta(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::trK(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::Xt1(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::Xt2(ERROR(BoundaryWithGhosts))
+ WRITES: ML_CCZ4::Xt3(ERROR(BoundaryWithGhosts))
} "ML_CCZ4_boundary"
}
schedule ML_CCZ4_convertToADMBase IN ML_CCZ4_convertToADMBaseGroup
{
LANG: C
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::trK
- WRITES: ADMBase::alp
- WRITES: ADMBase::betax
- WRITES: ADMBase::betay
- WRITES: ADMBase::betaz
- WRITES: ADMBase::gxx
- WRITES: ADMBase::gxy
- WRITES: ADMBase::gxz
- WRITES: ADMBase::gyy
- WRITES: ADMBase::gyz
- WRITES: ADMBase::gzz
- WRITES: ADMBase::kxx
- WRITES: ADMBase::kxy
- WRITES: ADMBase::kxz
- WRITES: ADMBase::kyy
- WRITES: ADMBase::kyz
- WRITES: ADMBase::kzz
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ADMBase::alp(Everywhere)
+ WRITES: ADMBase::betax(Everywhere)
+ WRITES: ADMBase::betay(Everywhere)
+ WRITES: ADMBase::betaz(Everywhere)
+ WRITES: ADMBase::gxx(Everywhere)
+ WRITES: ADMBase::gxy(Everywhere)
+ WRITES: ADMBase::gxz(Everywhere)
+ WRITES: ADMBase::gyy(Everywhere)
+ WRITES: ADMBase::gyz(Everywhere)
+ WRITES: ADMBase::gzz(Everywhere)
+ WRITES: ADMBase::kxx(Everywhere)
+ WRITES: ADMBase::kxy(Everywhere)
+ WRITES: ADMBase::kxz(Everywhere)
+ WRITES: ADMBase::kyy(Everywhere)
+ WRITES: ADMBase::kyz(Everywhere)
+ WRITES: ADMBase::kzz(Everywhere)
} "ML_CCZ4_convertToADMBase"
@@ -876,31 +876,31 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "correct"))
LANG: C
SYNC: ADMBase::dtlapse
SYNC: ADMBase::dtshift
- READS: grid::r
- READS: ML_CCZ4::A
- READS: ML_CCZ4::B1
- READS: ML_CCZ4::B2
- READS: ML_CCZ4::B3
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
+ READS: grid::r(Everywhere)
+ READS: ML_CCZ4::A(Everywhere)
+ READS: ML_CCZ4::B1(Everywhere)
+ READS: ML_CCZ4::B2(Everywhere)
+ READS: ML_CCZ4::B3(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ADMBase::dtalp(Interior)
+ WRITES: ADMBase::dtbetax(Interior)
+ WRITES: ADMBase::dtbetay(Interior)
+ WRITES: ADMBase::dtbetaz(Interior)
} "ML_CCZ4_convertToADMBaseDtLapseShift"
}
@@ -910,30 +910,30 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "correct"))
schedule ML_CCZ4_convertToADMBaseDtLapseShiftBoundary IN ML_CCZ4_convertToADMBaseGroup
{
LANG: C
- READS: grid::r
- READS: ML_CCZ4::A
- READS: ML_CCZ4::B1
- READS: ML_CCZ4::B2
- READS: ML_CCZ4::B3
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
+ READS: grid::r(Everywhere)
+ READS: ML_CCZ4::A(Everywhere)
+ READS: ML_CCZ4::B1(Everywhere)
+ READS: ML_CCZ4::B2(Everywhere)
+ READS: ML_CCZ4::B3(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ADMBase::dtalp(ERROR(BoundaryWithGhosts))
+ WRITES: ADMBase::dtbetax(ERROR(BoundaryWithGhosts))
+ WRITES: ADMBase::dtbetay(ERROR(BoundaryWithGhosts))
+ WRITES: ADMBase::dtbetaz(ERROR(BoundaryWithGhosts))
} "ML_CCZ4_convertToADMBaseDtLapseShiftBoundary"
}
@@ -943,73 +943,72 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "noLapseShiftAdvection"))
schedule ML_CCZ4_convertToADMBaseFakeDtLapseShift IN ML_CCZ4_convertToADMBaseGroup
{
LANG: C
- READS: grid::r
- READS: ML_CCZ4::A
- READS: ML_CCZ4::B1
- READS: ML_CCZ4::B2
- READS: ML_CCZ4::B3
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::Theta
- READS: ML_CCZ4::trK
- WRITES: ADMBase::dtalp
- WRITES: ADMBase::dtbetax
- WRITES: ADMBase::dtbetay
- WRITES: ADMBase::dtbetaz
+ READS: grid::r(Everywhere)
+ READS: ML_CCZ4::A(Everywhere)
+ READS: ML_CCZ4::B1(Everywhere)
+ READS: ML_CCZ4::B2(Everywhere)
+ READS: ML_CCZ4::B3(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::Theta(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ADMBase::dtalp(Everywhere)
+ WRITES: ADMBase::dtbetax(Everywhere)
+ WRITES: ADMBase::dtbetay(Everywhere)
+ WRITES: ADMBase::dtbetaz(Everywhere)
} "ML_CCZ4_convertToADMBaseFakeDtLapseShift"
}
schedule group ML_CCZ4_constraints1_group in MoL_PseudoEvolution after MoL_PostStep
{
- # no language specified
} "ML_CCZ4_constraints1"
schedule ML_CCZ4_constraints1 in ML_CCZ4_constraints1_group
{
LANG: C
- 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
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::trK
- WRITES: ML_CCZ4::H
+ 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)
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ML_CCZ4::H(Interior)
} "ML_CCZ4_constraints1"
schedule ML_CCZ4_constraints1_SelectBCs in ML_CCZ4_constraints1_bc_group
@@ -1021,66 +1020,62 @@ schedule ML_CCZ4_constraints1_SelectBCs in ML_CCZ4_constraints1_bc_group
schedule group ApplyBCs as ML_CCZ4_constraints1_ApplyBCs in ML_CCZ4_constraints1_bc_group after ML_CCZ4_constraints1_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in ML_CCZ4_constraints1"
schedule group ML_CCZ4_constraints1_bc_group in ML_CCZ4_constraints1_group after ML_CCZ4_constraints1
{
- # no language specified
} "ML_CCZ4_constraints1"
schedule group ML_CCZ4_constraints1_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "ML_CCZ4_constraints1"
schedule group ML_CCZ4_constraints2_group in MoL_PseudoEvolution after MoL_PostStep
{
- # no language specified
} "ML_CCZ4_constraints2"
schedule ML_CCZ4_constraints2 in ML_CCZ4_constraints2_group
{
LANG: C
- 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
- READS: ML_CCZ4::At11
- READS: ML_CCZ4::At12
- READS: ML_CCZ4::At13
- READS: ML_CCZ4::At22
- READS: ML_CCZ4::At23
- READS: ML_CCZ4::At33
- READS: ML_CCZ4::Xt1
- READS: ML_CCZ4::Xt2
- READS: ML_CCZ4::Xt3
- READS: ML_CCZ4::alpha
- READS: ML_CCZ4::phi
- READS: ML_CCZ4::gt11
- READS: ML_CCZ4::gt12
- READS: ML_CCZ4::gt13
- READS: ML_CCZ4::gt22
- READS: ML_CCZ4::gt23
- READS: ML_CCZ4::gt33
- READS: ML_CCZ4::beta1
- READS: ML_CCZ4::beta2
- READS: ML_CCZ4::beta3
- READS: ML_CCZ4::trK
- WRITES: ML_CCZ4::cA
- WRITES: ML_CCZ4::cS
- WRITES: ML_CCZ4::cXt1
- WRITES: ML_CCZ4::cXt2
- WRITES: ML_CCZ4::cXt3
- WRITES: ML_CCZ4::M1
- WRITES: ML_CCZ4::M2
- WRITES: ML_CCZ4::M3
+ 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)
+ READS: ML_CCZ4::At11(Everywhere)
+ READS: ML_CCZ4::At12(Everywhere)
+ READS: ML_CCZ4::At13(Everywhere)
+ READS: ML_CCZ4::At22(Everywhere)
+ READS: ML_CCZ4::At23(Everywhere)
+ READS: ML_CCZ4::At33(Everywhere)
+ READS: ML_CCZ4::Xt1(Everywhere)
+ READS: ML_CCZ4::Xt2(Everywhere)
+ READS: ML_CCZ4::Xt3(Everywhere)
+ READS: ML_CCZ4::alpha(Everywhere)
+ READS: ML_CCZ4::phi(Everywhere)
+ READS: ML_CCZ4::gt11(Everywhere)
+ READS: ML_CCZ4::gt12(Everywhere)
+ READS: ML_CCZ4::gt13(Everywhere)
+ READS: ML_CCZ4::gt22(Everywhere)
+ READS: ML_CCZ4::gt23(Everywhere)
+ READS: ML_CCZ4::gt33(Everywhere)
+ READS: ML_CCZ4::beta1(Everywhere)
+ READS: ML_CCZ4::beta2(Everywhere)
+ READS: ML_CCZ4::beta3(Everywhere)
+ READS: ML_CCZ4::trK(Everywhere)
+ WRITES: ML_CCZ4::cA(Interior)
+ WRITES: ML_CCZ4::cS(Interior)
+ WRITES: ML_CCZ4::cXt1(Interior)
+ WRITES: ML_CCZ4::cXt2(Interior)
+ WRITES: ML_CCZ4::cXt3(Interior)
+ WRITES: ML_CCZ4::M1(Interior)
+ WRITES: ML_CCZ4::M2(Interior)
+ WRITES: ML_CCZ4::M3(Interior)
} "ML_CCZ4_constraints2"
schedule ML_CCZ4_constraints2_SelectBCs in ML_CCZ4_constraints2_bc_group
@@ -1095,17 +1090,14 @@ schedule ML_CCZ4_constraints2_SelectBCs in ML_CCZ4_constraints2_bc_group
schedule group ApplyBCs as ML_CCZ4_constraints2_ApplyBCs in ML_CCZ4_constraints2_bc_group after ML_CCZ4_constraints2_SelectBCs
{
- # no language specified
} "Apply BCs for groups set in ML_CCZ4_constraints2"
schedule group ML_CCZ4_constraints2_bc_group in ML_CCZ4_constraints2_group after ML_CCZ4_constraints2
{
- # no language specified
} "ML_CCZ4_constraints2"
schedule group ML_CCZ4_constraints2_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep
{
- # no language specified
} "ML_CCZ4_constraints2"
schedule ML_CCZ4_SelectBoundConds in MoL_PostStep
@@ -1138,5 +1130,4 @@ schedule ML_CCZ4_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_CCZ4_ApplyBCs in MoL_PostStep after ML_CCZ4_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"
diff --git a/ML_WaveToy/interface.ccl b/ML_WaveToy/interface.ccl
index dbe441c..d1da4d1 100644
--- a/ML_WaveToy/interface.ccl
+++ b/ML_WaveToy/interface.ccl
@@ -47,13 +47,13 @@ CCTK_REAL WT_u type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=
} "WT_u"
public:
-CCTK_REAL WT_rhorhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL WT_rhorhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
rhorhs
} "WT_rhorhs"
public:
-CCTK_REAL WT_urhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL WT_urhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
urhs
} "WT_urhs"
diff --git a/ML_WaveToy/schedule.ccl b/ML_WaveToy/schedule.ccl
index 2d0b031..5ab96e0 100644
--- a/ML_WaveToy/schedule.ccl
+++ b/ML_WaveToy/schedule.ccl
@@ -60,9 +60,9 @@ if (CCTK_EQUALS(initial_data, "Gaussian"))
schedule WT_Gaussian AT initial
{
LANG: C
- READS: grid::r
- WRITES: ML_WaveToy::rho
- WRITES: ML_WaveToy::u
+ READS: grid::r(Everywhere)
+ WRITES: ML_WaveToy::rho(Everywhere)
+ WRITES: ML_WaveToy::u(Everywhere)
} "WT_Gaussian"
}
@@ -72,28 +72,28 @@ if (CCTK_EQUALS(initial_data, "Standing"))
schedule WT_Standing AT initial
{
LANG: C
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: ML_WaveToy::rho
- WRITES: ML_WaveToy::u
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: ML_WaveToy::rho(Everywhere)
+ WRITES: ML_WaveToy::u(Everywhere)
} "WT_Standing"
}
schedule WT_RHS IN MoL_CalcRHS
{
LANG: C
- READS: ML_WaveToy::rho
- READS: ML_WaveToy::u
- WRITES: ML_WaveToy::rhorhs
- WRITES: ML_WaveToy::urhs
+ READS: ML_WaveToy::rho(Everywhere)
+ READS: ML_WaveToy::u(Everywhere)
+ WRITES: ML_WaveToy::rhorhs(Interior)
+ WRITES: ML_WaveToy::urhs(Interior)
} "WT_RHS"
schedule WT_Dirichlet IN MoL_CalcRHS
{
LANG: C
- WRITES: ML_WaveToy::rhorhs
- WRITES: ML_WaveToy::urhs
+ WRITES: ML_WaveToy::rhorhs(Boundary)
+ WRITES: ML_WaveToy::urhs(Boundary)
} "WT_Dirichlet"
schedule WT_Dirichlet AT analysis
@@ -101,24 +101,24 @@ schedule WT_Dirichlet AT analysis
LANG: C
SYNC: WT_rhorhs
SYNC: WT_urhs
- WRITES: ML_WaveToy::rhorhs
- WRITES: ML_WaveToy::urhs
+ WRITES: ML_WaveToy::rhorhs(Boundary)
+ WRITES: ML_WaveToy::urhs(Boundary)
} "WT_Dirichlet"
schedule WT_Energy AT analysis
{
LANG: C
SYNC: WT_eps
- READS: ML_WaveToy::rho
- READS: ML_WaveToy::u
- WRITES: ML_WaveToy::eps
+ READS: ML_WaveToy::rho(Everywhere)
+ READS: ML_WaveToy::u(Everywhere)
+ WRITES: ML_WaveToy::eps(Interior)
} "WT_Energy"
schedule WT_EnergyBoundary AT analysis
{
LANG: C
SYNC: WT_eps
- WRITES: ML_WaveToy::eps
+ WRITES: ML_WaveToy::eps(Boundary)
} "WT_EnergyBoundary"
schedule ML_WaveToy_SelectBoundConds in MoL_PostStep
@@ -143,5 +143,4 @@ schedule ML_WaveToy_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_WaveToy_ApplyBCs in MoL_PostStep after ML_WaveToy_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"
diff --git a/ML_WaveToy_CL/interface.ccl b/ML_WaveToy_CL/interface.ccl
index 2f3dfbd..13797cc 100644
--- a/ML_WaveToy_CL/interface.ccl
+++ b/ML_WaveToy_CL/interface.ccl
@@ -48,13 +48,13 @@ CCTK_REAL WT_u type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=
} "WT_u"
public:
-CCTK_REAL WT_rhorhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL WT_rhorhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
rhorhs
} "WT_rhorhs"
public:
-CCTK_REAL WT_urhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0'
+CCTK_REAL WT_urhs type=GF timelevels=2 tags='tensortypealias="Scalar" tensorweight=0 Prolongation="None"'
{
urhs
} "WT_urhs"
diff --git a/ML_WaveToy_CL/schedule.ccl b/ML_WaveToy_CL/schedule.ccl
index a6a6441..4f466bd 100644
--- a/ML_WaveToy_CL/schedule.ccl
+++ b/ML_WaveToy_CL/schedule.ccl
@@ -61,9 +61,9 @@ if (CCTK_EQUALS(initial_data, "Gaussian"))
{
LANG: C
TAGS: Device=1
- READS: grid::r
- WRITES: ML_WaveToy_CL::rho
- WRITES: ML_WaveToy_CL::u
+ READS: grid::r(Everywhere)
+ WRITES: ML_WaveToy_CL::rho(Everywhere)
+ WRITES: ML_WaveToy_CL::u(Everywhere)
} "WT_CL_Gaussian"
}
@@ -74,11 +74,11 @@ if (CCTK_EQUALS(initial_data, "Standing"))
{
LANG: C
TAGS: Device=1
- READS: grid::x
- READS: grid::y
- READS: grid::z
- WRITES: ML_WaveToy_CL::rho
- WRITES: ML_WaveToy_CL::u
+ READS: grid::x(Everywhere)
+ READS: grid::y(Everywhere)
+ READS: grid::z(Everywhere)
+ WRITES: ML_WaveToy_CL::rho(Everywhere)
+ WRITES: ML_WaveToy_CL::u(Everywhere)
} "WT_CL_Standing"
}
@@ -86,18 +86,18 @@ schedule WT_CL_RHS IN MoL_CalcRHS
{
LANG: C
TAGS: Device=1
- READS: ML_WaveToy_CL::rho
- READS: ML_WaveToy_CL::u
- WRITES: ML_WaveToy_CL::rhorhs
- WRITES: ML_WaveToy_CL::urhs
+ READS: ML_WaveToy_CL::rho(Everywhere)
+ READS: ML_WaveToy_CL::u(Everywhere)
+ WRITES: ML_WaveToy_CL::rhorhs(Interior)
+ WRITES: ML_WaveToy_CL::urhs(Interior)
} "WT_CL_RHS"
schedule WT_CL_Dirichlet IN MoL_CalcRHS
{
LANG: C
TAGS: Device=1
- WRITES: ML_WaveToy_CL::rhorhs
- WRITES: ML_WaveToy_CL::urhs
+ WRITES: ML_WaveToy_CL::rhorhs(Boundary)
+ WRITES: ML_WaveToy_CL::urhs(Boundary)
} "WT_CL_Dirichlet"
schedule WT_CL_Dirichlet AT analysis
@@ -106,8 +106,8 @@ schedule WT_CL_Dirichlet AT analysis
SYNC: WT_rhorhs
SYNC: WT_urhs
TAGS: Device=1
- WRITES: ML_WaveToy_CL::rhorhs
- WRITES: ML_WaveToy_CL::urhs
+ WRITES: ML_WaveToy_CL::rhorhs(Boundary)
+ WRITES: ML_WaveToy_CL::urhs(Boundary)
} "WT_CL_Dirichlet"
schedule WT_CL_Energy AT analysis
@@ -115,9 +115,9 @@ schedule WT_CL_Energy AT analysis
LANG: C
SYNC: WT_eps
TAGS: Device=1
- READS: ML_WaveToy_CL::rho
- READS: ML_WaveToy_CL::u
- WRITES: ML_WaveToy_CL::eps
+ READS: ML_WaveToy_CL::rho(Everywhere)
+ READS: ML_WaveToy_CL::u(Everywhere)
+ WRITES: ML_WaveToy_CL::eps(Interior)
} "WT_CL_Energy"
schedule WT_CL_EnergyBoundary AT analysis
@@ -125,7 +125,7 @@ schedule WT_CL_EnergyBoundary AT analysis
LANG: C
SYNC: WT_eps
TAGS: Device=1
- WRITES: ML_WaveToy_CL::eps
+ WRITES: ML_WaveToy_CL::eps(Boundary)
} "WT_CL_EnergyBoundary"
schedule ML_WaveToy_CL_SelectBoundConds in MoL_PostStep
@@ -150,5 +150,4 @@ schedule ML_WaveToy_CL_RegisterVars in MoL_Register
schedule group ApplyBCs as ML_WaveToy_CL_ApplyBCs in MoL_PostStep after ML_WaveToy_CL_SelectBoundConds
{
- # no language specified
} "Apply boundary conditions controlled by thorn Boundary"