aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-03-12 14:25:11 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-03-12 14:25:11 +0000
commita51b360e98a590a16d267dcee12c40d278d1cbd5 (patch)
treefc237083a0d8524d03bf22b5aa83ffefdebd7146 /schedule.ccl
parent741b10274aa305e7e05dc595d19213d191abc816 (diff)
* remove GZ patch system code
* test suites pass git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@223 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl21
1 files changed, 0 insertions, 21 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b7bc714..4e5486a 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -212,19 +212,6 @@ schedule GRHydro_InitSymBound AT BASEGRID
# LANG: C
# } "Set up the weighting terms for the fluxes"
-###################################
-### Register with GZPatchSystem ###
-###################################
-
-SCHEDULE GROUP GZPatchSystem_register
-{
-} "Tell Cactus that this group exists, but is not scheduled from here"
-
-SCHEDULE GRHydro_register_GZPatchSystem IN GZPatchSystem_register
-{
- LANG: C
- OPTIONS: meta
-} "register to-be-interpatch-synchronized variables with GZPatchSystem"
#################################
### Set the handle for the EOS ###
@@ -1002,14 +989,6 @@ if (evolve_tracer)
STORAGE:GRHydro_tracer_rhs
}
-if (outflow_boundaries)
-{
- schedule GRHydro_OutflowBoundaries IN HydroBase_PostStep BEFORE GRHydro_Bound
- {
- LANG: Fortran
- } "Outflow boundaries over only some of the domain"
-}
-
# This should not be used anymore and should be removed after some time
schedule group Do_GRHydro_Boundaries IN HydroBase_Boundaries
{