aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2004-06-17 11:42:30 +0000
committerschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2004-06-17 11:42:30 +0000
commit4c1fd0811071d8e9178a9ba1850fd6eda640fa4e (patch)
tree5562be94005543a68d3b73e6493518d4352eb83f /schedule.ccl
parent703e3a02858aad19477488f4eee3ea43af100c18 (diff)
Recalculate the coordinate grid functions in the postregrid bin.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@206 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c0d5421..87a34ce 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -29,6 +29,11 @@ schedule CartGrid3D as SpatialCoordinates at CCTK_BASEGRID
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"
+schedule CartGrid3D_SetCoordinates at CCTK_POSTREGRID
+{
+ LANG: C
+} "Set Coordinates after regridding"
+
schedule CartGrid3D_ApplyBC in BoundaryConditions
{
LANG: C