From 996c41f9a3e22cf32668c164a3ad0d74c82e0cfd Mon Sep 17 00:00:00 2001 From: eschnett Date: Mon, 19 Dec 2011 23:00:36 +0000 Subject: Regenerate code git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@100 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- schedule.ccl | 560 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 524 insertions(+), 36 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 11be848..d83325b 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,6 +1,38 @@ # File produced by Kranc +STORAGE: curvIi_group[3] + +STORAGE: curvIr_group[3] + +STORAGE: curvJ1_group[3] + +STORAGE: curvJ2_group[3] + +STORAGE: curvJ3_group[3] + +STORAGE: curvJ4_group[3] + +STORAGE: curvJi_group[3] + +STORAGE: curvJr_group[3] + +STORAGE: Psi0i_group[3] + +STORAGE: Psi0r_group[3] + +STORAGE: Psi1i_group[3] + +STORAGE: Psi1r_group[3] + +STORAGE: Psi2i_group[3] + +STORAGE: Psi2r_group[3] + +STORAGE: Psi3i_group[3] + +STORAGE: Psi3r_group[3] + STORAGE: Psi4i_group[3] STORAGE: Psi4r_group[3] @@ -24,12 +56,187 @@ schedule WeylScal4_RegisterSymmetries in SymmetryRegister } "register symmetries" -if (CCTK_EQUALS(fd_order, "Nth")) +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group psi4_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "psi4_calc_Nth" + } +} + +schedule psi4_calc_Nth in psi4_calc_Nth_group +{ + LANG: C +} "psi4_calc_Nth" + +schedule psi4_calc_Nth_SelectBCs in psi4_calc_Nth_bc_group +{ + LANG: C + OPTIONS: level + SYNC: Psi4i_group + SYNC: Psi4r_group +} "psi4_calc_Nth_SelectBCs" + +schedule group ApplyBCs as psi4_calc_Nth_ApplyBCs in psi4_calc_Nth_bc_group after psi4_calc_Nth_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in psi4_calc_Nth" + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group psi4_calc_Nth_bc_group in psi4_calc_Nth_group after psi4_calc_Nth + { + # no language specified + } "psi4_calc_Nth" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group psi4_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psi4_calc_Nth" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psi4")) { - schedule group psis_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars + + if (CCTK_EQUALS(fd_order, "2nd")) { - # no language specified - } "psis_calc_Nth" + schedule group psi4_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "psi4_calc_2nd" + } +} + +schedule psi4_calc_2nd in psi4_calc_2nd_group +{ + LANG: C +} "psi4_calc_2nd" + +schedule psi4_calc_2nd_SelectBCs in psi4_calc_2nd_bc_group +{ + LANG: C + OPTIONS: level + SYNC: Psi4i_group + SYNC: Psi4r_group +} "psi4_calc_2nd_SelectBCs" + +schedule group ApplyBCs as psi4_calc_2nd_ApplyBCs in psi4_calc_2nd_bc_group after psi4_calc_2nd_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in psi4_calc_2nd" + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "2nd")) + { + schedule group psi4_calc_2nd_bc_group in psi4_calc_2nd_group after psi4_calc_2nd + { + # no language specified + } "psi4_calc_2nd" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "2nd")) + { + schedule group psi4_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psi4_calc_2nd" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group psi4_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "psi4_calc_4th" + } +} + +schedule psi4_calc_4th in psi4_calc_4th_group +{ + LANG: C +} "psi4_calc_4th" + +schedule psi4_calc_4th_SelectBCs in psi4_calc_4th_bc_group +{ + LANG: C + OPTIONS: level + SYNC: Psi4i_group + SYNC: Psi4r_group +} "psi4_calc_4th_SelectBCs" + +schedule group ApplyBCs as psi4_calc_4th_ApplyBCs in psi4_calc_4th_bc_group after psi4_calc_4th_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in psi4_calc_4th" + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group psi4_calc_4th_bc_group in psi4_calc_4th_group after psi4_calc_4th + { + # no language specified + } "psi4_calc_4th" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psi4")) +{ + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group psi4_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psi4_calc_4th" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psis")) +{ + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group psis_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "psis_calc_Nth" + } } schedule psis_calc_Nth in psis_calc_Nth_group @@ -41,6 +248,14 @@ schedule psis_calc_Nth_SelectBCs in psis_calc_Nth_bc_group { LANG: C OPTIONS: level + SYNC: Psi0i_group + SYNC: Psi0r_group + SYNC: Psi1i_group + SYNC: Psi1r_group + SYNC: Psi2i_group + SYNC: Psi2r_group + SYNC: Psi3i_group + SYNC: Psi3r_group SYNC: Psi4i_group SYNC: Psi4r_group } "psis_calc_Nth_SelectBCs" @@ -51,30 +266,42 @@ schedule group ApplyBCs as psis_calc_Nth_ApplyBCs in psis_calc_Nth_bc_group afte } "Apply BCs for groups set in psis_calc_Nth" -if (CCTK_EQUALS(fd_order, "Nth")) +if (CCTK_EQUALS(calc_scalars, "psis")) { - schedule group psis_calc_Nth_bc_group in psis_calc_Nth_group after psis_calc_Nth + + if (CCTK_EQUALS(fd_order, "Nth")) { - # no language specified - } "psis_calc_Nth" + schedule group psis_calc_Nth_bc_group in psis_calc_Nth_group after psis_calc_Nth + { + # no language specified + } "psis_calc_Nth" + } } -if (CCTK_EQUALS(fd_order, "Nth")) +if (CCTK_EQUALS(calc_scalars, "psis")) { - schedule group psis_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + + if (CCTK_EQUALS(fd_order, "Nth")) { - # no language specified - } "psis_calc_Nth" + schedule group psis_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psis_calc_Nth" + } } -if (CCTK_EQUALS(fd_order, "2nd")) +if (CCTK_EQUALS(calc_scalars, "psis")) { - schedule group psis_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars + + if (CCTK_EQUALS(fd_order, "2nd")) { - # no language specified - } "psis_calc_2nd" + schedule group psis_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "psis_calc_2nd" + } } schedule psis_calc_2nd in psis_calc_2nd_group @@ -86,6 +313,14 @@ schedule psis_calc_2nd_SelectBCs in psis_calc_2nd_bc_group { LANG: C OPTIONS: level + SYNC: Psi0i_group + SYNC: Psi0r_group + SYNC: Psi1i_group + SYNC: Psi1r_group + SYNC: Psi2i_group + SYNC: Psi2r_group + SYNC: Psi3i_group + SYNC: Psi3r_group SYNC: Psi4i_group SYNC: Psi4r_group } "psis_calc_2nd_SelectBCs" @@ -96,30 +331,42 @@ schedule group ApplyBCs as psis_calc_2nd_ApplyBCs in psis_calc_2nd_bc_group afte } "Apply BCs for groups set in psis_calc_2nd" -if (CCTK_EQUALS(fd_order, "2nd")) +if (CCTK_EQUALS(calc_scalars, "psis")) { - schedule group psis_calc_2nd_bc_group in psis_calc_2nd_group after psis_calc_2nd + + if (CCTK_EQUALS(fd_order, "2nd")) { - # no language specified - } "psis_calc_2nd" + schedule group psis_calc_2nd_bc_group in psis_calc_2nd_group after psis_calc_2nd + { + # no language specified + } "psis_calc_2nd" + } } -if (CCTK_EQUALS(fd_order, "2nd")) +if (CCTK_EQUALS(calc_scalars, "psis")) { - schedule group psis_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + + if (CCTK_EQUALS(fd_order, "2nd")) { - # no language specified - } "psis_calc_2nd" + schedule group psis_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psis_calc_2nd" + } } -if (CCTK_EQUALS(fd_order, "4th")) +if (CCTK_EQUALS(calc_scalars, "psis")) { - schedule group psis_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars + + if (CCTK_EQUALS(fd_order, "4th")) { - # no language specified - } "psis_calc_4th" + schedule group psis_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "psis_calc_4th" + } } schedule psis_calc_4th in psis_calc_4th_group @@ -131,6 +378,14 @@ schedule psis_calc_4th_SelectBCs in psis_calc_4th_bc_group { LANG: C OPTIONS: level + SYNC: Psi0i_group + SYNC: Psi0r_group + SYNC: Psi1i_group + SYNC: Psi1r_group + SYNC: Psi2i_group + SYNC: Psi2r_group + SYNC: Psi3i_group + SYNC: Psi3r_group SYNC: Psi4i_group SYNC: Psi4r_group } "psis_calc_4th_SelectBCs" @@ -141,21 +396,254 @@ schedule group ApplyBCs as psis_calc_4th_ApplyBCs in psis_calc_4th_bc_group afte } "Apply BCs for groups set in psis_calc_4th" -if (CCTK_EQUALS(fd_order, "4th")) +if (CCTK_EQUALS(calc_scalars, "psis")) +{ + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group psis_calc_4th_bc_group in psis_calc_4th_group after psis_calc_4th + { + # no language specified + } "psis_calc_4th" + } +} + + +if (CCTK_EQUALS(calc_scalars, "psis")) +{ + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group psis_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "psis_calc_4th" + } +} + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group invars_calc_Nth_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "invars_calc_Nth" + } + } +} + +schedule invars_calc_Nth in invars_calc_Nth_group +{ + LANG: C +} "invars_calc_Nth" + +schedule invars_calc_Nth_SelectBCs in invars_calc_Nth_bc_group +{ + LANG: C + OPTIONS: level + SYNC: curvIi_group + SYNC: curvIr_group + SYNC: curvJ1_group + SYNC: curvJ2_group + SYNC: curvJ3_group + SYNC: curvJ4_group + SYNC: curvJi_group + SYNC: curvJr_group +} "invars_calc_Nth_SelectBCs" + +schedule group ApplyBCs as invars_calc_Nth_ApplyBCs in invars_calc_Nth_bc_group after invars_calc_Nth_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in invars_calc_Nth" + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group invars_calc_Nth_bc_group in invars_calc_Nth_group after invars_calc_Nth + { + # no language specified + } "invars_calc_Nth" + } + } +} + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "Nth")) + { + schedule group invars_calc_Nth_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "invars_calc_Nth" + } + } +} + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "2nd")) + { + schedule group invars_calc_2nd_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "invars_calc_2nd" + } + } +} + +schedule invars_calc_2nd in invars_calc_2nd_group +{ + LANG: C +} "invars_calc_2nd" + +schedule invars_calc_2nd_SelectBCs in invars_calc_2nd_bc_group +{ + LANG: C + OPTIONS: level + SYNC: curvIi_group + SYNC: curvIr_group + SYNC: curvJ1_group + SYNC: curvJ2_group + SYNC: curvJ3_group + SYNC: curvJ4_group + SYNC: curvJi_group + SYNC: curvJr_group +} "invars_calc_2nd_SelectBCs" + +schedule group ApplyBCs as invars_calc_2nd_ApplyBCs in invars_calc_2nd_bc_group after invars_calc_2nd_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in invars_calc_2nd" + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "2nd")) + { + schedule group invars_calc_2nd_bc_group in invars_calc_2nd_group after invars_calc_2nd + { + # no language specified + } "invars_calc_2nd" + } + } +} + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "2nd")) + { + schedule group invars_calc_2nd_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "invars_calc_2nd" + } + } +} + + +if (CCTK_EQUALS(calc_invariants, "always")) +{ + + if (CCTK_EQUALS(calc_scalars, "psis")) + { + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group invars_calc_4th_group in MoL_PseudoEvolution after ADMBase_SetADMVars + { + # no language specified + } "invars_calc_4th" + } + } +} + +schedule invars_calc_4th in invars_calc_4th_group +{ + LANG: C +} "invars_calc_4th" + +schedule invars_calc_4th_SelectBCs in invars_calc_4th_bc_group +{ + LANG: C + OPTIONS: level + SYNC: curvIi_group + SYNC: curvIr_group + SYNC: curvJ1_group + SYNC: curvJ2_group + SYNC: curvJ3_group + SYNC: curvJ4_group + SYNC: curvJi_group + SYNC: curvJr_group +} "invars_calc_4th_SelectBCs" + +schedule group ApplyBCs as invars_calc_4th_ApplyBCs in invars_calc_4th_bc_group after invars_calc_4th_SelectBCs +{ + # no language specified +} "Apply BCs for groups set in invars_calc_4th" + + +if (CCTK_EQUALS(calc_invariants, "always")) { - schedule group psis_calc_4th_bc_group in psis_calc_4th_group after psis_calc_4th + + if (CCTK_EQUALS(calc_scalars, "psis")) { - # no language specified - } "psis_calc_4th" + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group invars_calc_4th_bc_group in invars_calc_4th_group after invars_calc_4th + { + # no language specified + } "invars_calc_4th" + } + } } -if (CCTK_EQUALS(fd_order, "4th")) +if (CCTK_EQUALS(calc_invariants, "always")) { - schedule group psis_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + + if (CCTK_EQUALS(calc_scalars, "psis")) { - # no language specified - } "psis_calc_4th" + + if (CCTK_EQUALS(fd_order, "4th")) + { + schedule group invars_calc_4th_bc_group in MoL_PseudoEvolutionBoundaries after MoL_PostStep + { + # no language specified + } "invars_calc_4th" + } + } } schedule WeylScal4_SelectBoundConds in MoL_PostStep -- cgit v1.2.3