From 57eaa7849a138658c97655edaab19028b47febc9 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Sun, 20 Jul 2003 19:03:00 +0000 Subject: Fix the casing of the postrestrict group to PostRestrict. Update all Fix the casing of the postrestrict group to PostRestrict. Update all schedule.ccl files accordingly. Introduce a Carpet parameter buffer_width. This parameter specifies a region within refined grids that is also boundary-prolongated. Introduce a function CarpetEnableProlongation to dis- and re-enable boundary prolongation. darcs-hash:20030720190343-07bb3-0c5db5cebe769c0d4b3237f11a089aab9da94b1a.gz --- CarpetExtra/SpaceTimeToy/schedule.ccl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CarpetExtra/SpaceTimeToy') diff --git a/CarpetExtra/SpaceTimeToy/schedule.ccl b/CarpetExtra/SpaceTimeToy/schedule.ccl index e39f9a31d..35f556492 100644 --- a/CarpetExtra/SpaceTimeToy/schedule.ccl +++ b/CarpetExtra/SpaceTimeToy/schedule.ccl @@ -1,5 +1,5 @@ # Schedule definitions for thorn SpaceTimeToy -# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/schedule.ccl,v 1.6 2003/06/18 18:24:29 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/schedule.ccl,v 1.7 2003/07/20 21:03:43 schnetter Exp $ STORAGE: spacetimeevolve[3] STORAGE: icn_state @@ -72,13 +72,13 @@ schedule GROUP ApplyBCs in SpaceTimeToy_ICNLoop \ -schedule SpaceTimeToy_Boundaries in POSTRESTRICT +schedule SpaceTimeToy_Boundaries in PostRestrict { LANG: Fortran SYNC: spacetimeevolve } "Select boundary conditions after restricting" -schedule GROUP ApplyBCs in POSTRESTRICT \ +schedule GROUP ApplyBCs in PostRestrict \ after SpaceTimeToy_Boundaries { } "Apply boundary conditions after restricting" -- cgit v1.2.3