aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2004-07-06 15:50:38 +0000
committerschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2004-07-06 15:50:38 +0000
commit09e63f77f6dbd4ddb728e7816ce909c57e4a00a4 (patch)
tree93afba68aec44b3a452265adfef81fe2314c2e85 /schedule.ccl
parent4e397aa392d7809ddad8fe5c0faace7fa219e7d2 (diff)
Use a more smooth method to remove singularities when grid points fall
onto an axis. Remove warnings when grid points fall onto an axis. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@203 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 90e3718..a3c4634 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,6 +19,7 @@ STORAGE: Exact_pars_real
Schedule Exact_ParamCheck at PARAMCHECK
{
LANG: C
+OPTIONS: global
} "do consistency checks on our parameters"
#######################################################################
@@ -78,6 +79,7 @@ if ( (CCTK_Equals(lapse_evolution_method,"exact")) || (CCTK_Equals(shift_evoluti
schedule Exact__RegisterSlicing at CCTK_STARTUP
{
LANG: C
+ OPTIONS: global
} "Register slicings"
schedule Exact__gauge at CCTK_PRESTEP