aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/WaveToyF77/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-13 16:40:00 +0000
committereschnett <>2001-03-13 16:40:00 +0000
commit1df10e07ab253a3ff3cb0f1683eb93182ca3dcab (patch)
tree75bf4709ace5f3daaefbca8a6bde2d7151fb11a4 /CarpetExtra/WaveToyF77/schedule.ccl
parentf82185918667922d15bd0b2c019ce71b1a530a63 (diff)
Two refinement levels now work, but only without symmetry boundaries.
Two refinement levels now work, but only without symmetry boundaries. "work" is here defined by the eyeball. With symmetry boundaries, there is either a bug or a bad interaction of restricting, prolongating, and the symmetry boundary on the coarse grid. darcs-hash:20010313164030-f6438-2c18a10421487f6328e0e782322332c67fb203fd.gz
Diffstat (limited to 'CarpetExtra/WaveToyF77/schedule.ccl')
-rw-r--r--CarpetExtra/WaveToyF77/schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/CarpetExtra/WaveToyF77/schedule.ccl b/CarpetExtra/WaveToyF77/schedule.ccl
index 70a324fb7..fdb922a8c 100644
--- a/CarpetExtra/WaveToyF77/schedule.ccl
+++ b/CarpetExtra/WaveToyF77/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn WaveToy77
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyF77/schedule.ccl,v 1.2 2001/03/07 13:01:47 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/WaveToyF77/schedule.ccl,v 1.3 2001/03/13 17:40:38 eschnett Exp $
STORAGE: scalarevolve
@@ -20,6 +20,11 @@ schedule WaveToyF77_Evolution as WaveToy_Evolution at EVOL
SYNC: scalarevolve
} "Evolution of 3D wave equation"
+schedule WaveToyF77_Boundaries as WaveToy_Boundaries at INITIAL after WaveToy_InitialData
+{
+ LANG: Fortran
+} "Boundaries of 3D wave equation"
+
schedule WaveToyF77_Boundaries as WaveToy_Boundaries at EVOL after WaveToy_Evolution
{
LANG: Fortran