aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2008-02-29 19:30:38 +0000
committerschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2008-02-29 19:30:38 +0000
commit22d4c8991114cd482907db146d40d0dba4f4cd2e (patch)
treef9cf7449fe6c325b8aeae5ca7df7e1f64204a746
parentbf210d8fafd5065bcc0522226b170daa7d4a5ada (diff)
Set up coordinates again after regridding the initial data
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@238 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e0c76c3..a0e2840 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -35,6 +35,11 @@ schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_BASEGRID
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"
+schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_POSTREGRIDINITIAL
+{
+ LANG: C
+} "Set Coordinates after regridding"
+
schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_POSTREGRID
{
LANG: C