aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-07-17 16:39:44 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-07-17 16:39:44 +0000
commit89eb83f9c9987c19dbf9c5080d3ae4b89bc3ddbe (patch)
treee4e53916fd22155ae4886e72607bebb498a5efd1 /param.ccl
parent914ca2b871604f516dfa76b12179c7a3c464e1c1 (diff)
Optionally don't fill all timelevels after initial data is computed (changes the default but should have no effect).
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@23 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 770df21..8fca2fc 100644
--- a/param.ccl
+++ b/param.ccl
@@ -106,3 +106,7 @@ CCTK_REAL MoL_Tiny "Effective local machine zero; required by generic solvers"
{
0:* :: "Defaults to 1.e-15"
} 1.e-15
+
+BOOLEAN initial_data_is_crap "If the initial data routine fails to set up the previous time levels, copy the current backwards"
+{
+} "no"