From 4c1fd0811071d8e9178a9ba1850fd6eda640fa4e Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 17 Jun 2004 11:42:30 +0000 Subject: 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 --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedule.ccl') 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 -- cgit v1.2.3