From ae407aca63c86a9a4d7a5d94e602034cff3db3a8 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 9 Mar 2004 14:11:36 +0000 Subject: Register with SymBase. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@75 eec4d7dc-71c2-46d6-addf-10296150bf52 --- schedule.ccl | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index a45f3ca..2902d30 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -11,37 +11,15 @@ if (cartoon_active) } "Adjust grid sizes" } - schedule Cartoon2D_CheckParameters at CCTK_PARAMCHECK + schedule Cartoon2D_RegisterSymmetries in SymmetryRegister { LANG: C - } "Check Cartoon2D parameters" - - # Reset symmetries for relevant grid functions: - # (With the new Symmetry thorn this will be handled much better...) - - if (CCTK_IsImplementationActive("ADMBase")) - { - schedule Cartoon_SetSym_Einstein at CCTK_BASEGRID after SpatialCoordinates - { - LANG: C - } "Reset symmetries for Einstein grid functions" - } + } "Register symmetry boundaries" - if (CCTK_IsImplementationActive("adm_bssn")) - { - schedule Cartoon_SetSym_BSSN at CCTK_BASEGRID after SpatialCoordinates - { - LANG: C - } "Reset symmetries for ADM_BSSN grid functions" - } - - if (CCTK_IsImplementationActive("WaveToy")) + schedule Cartoon2D_CheckParameters at CCTK_PARAMCHECK { - schedule Cartoon_SetSym_WaveToy at CCTK_BASEGRID after SpatialCoordinates - { - LANG: C - } "Reset symmetries for WaveToy grid function" - } + LANG: C + } "Check Cartoon2D parameters" # Apply cartoon boundary conditions after physical boundaries: schedule Cartoon_ApplyBoundaries in BoundaryConditions after Boundary_ApplyPhysicalBCs -- cgit v1.2.3