From d7ddbe354ebe7072ff6687124e5f620d56a16b28 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 26 Mar 2010 10:26:29 +0000 Subject: use trunc structure git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@50 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- schedule.ccl | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..e800251 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,63 @@ +# File produced by Kranc + + +STORAGE: Psi4i_group[3] + +STORAGE: Psi4r_group[3] + +schedule WeylScal4_Startup at STARTUP +{ + LANG: C + OPTIONS: meta +} "create banner" + +schedule WeylScal4_RegisterVars in MoL_Register +{ + LANG: C + OPTIONS: meta +} "Register Variables for MoL" + +schedule WeylScal4_RegisterSymmetries in SymmetryRegister +{ + LANG: C + OPTIONS: meta +} "register symmetries" + + +if (CCTK_EQUALS(fd_order, "2nd")) +{ + schedule psis_calc_2nd at CCTK_EVOL after MoL_Evolution after evolved_to_adm as calc_np + { + LANG: C + SYNC: Psi4i_group + SYNC: Psi4r_group + } "psis_calc_2nd" +} + + +if (CCTK_EQUALS(fd_order, "4th")) +{ + schedule psis_calc_4th at CCTK_EVOL after MoL_Evolution after evolved_to_adm as calc_np + { + LANG: C + SYNC: Psi4i_group + SYNC: Psi4r_group + } "psis_calc_4th" +} + +schedule WeylScal4_SelectBoundConds in MoL_PostStep +{ + LANG: C + OPTIONS: level +} "select boundary conditions" + +schedule WeylScal4_CheckBoundaries at BASEGRID +{ + LANG: C + OPTIONS: meta +} "check boundaries treatment" + +schedule group ApplyBCs as WeylScal4_ApplyBCs in MoL_PostStep after WeylScal4_SelectBoundConds +{ + # no language specified +} "Apply boundary conditions controlled by thorn Boundary" -- cgit v1.2.3