aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-28 10:40:15 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-06-28 10:40:15 +0000
commit09e5814b0e042501002ff362e58096079dff26a2 (patch)
tree3bfeba942343ad790f54fa6cb65a84fdffdc1914 /schedule.ccl
parent0c16d8529f3489f94dcfa00d188b09d6c805b5e7 (diff)
Symmetry registration and boundary condition is moved from Einstein to
here. Reworked the grid routines to allow grid points to be on the axes depending on the parameter no_origin (defaults to not on the origin). Added more parameter checking git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@30 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 56bf97f..bec8510 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,6 +3,11 @@
STORAGE: coordinates
+schedule SymmetryStartup at CCTK_STARTUP
+{
+ LANG: C
+} "Register GH Extension for GridSymmetry"
+
schedule RegisterCartGrid3DCoords at CCTK_STARTUP
{
LANG:C