aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-02-06 13:36:21 +0000
committerjthorn <jthorn@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-02-06 13:36:21 +0000
commit6c072c614e8549cd737c6039e83060a95afe0161 (patch)
tree15aa67802339f40fadc407d24aa04f88d2755117 /doc
parentc05ef7225ab51b7e66e884cf4d53805e8d261982 (diff)
clarify that when MoL::initial_data_is_crap is set,
MoL copies evolved variables *and* constrained variables *and* save-and-restore variables. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@107 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 29841d8..332bdfd 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -261,7 +261,9 @@ this case you can do one of three things:
\verb|init_each_timelevel| and
\verb|init_3_timelevels| for details.
\item Finally, if you set (the MoL parameter) \verb|initial_data_is_crap|,
- MoL will copy the current time level to all the past time
+ MoL will copy the current time level (of all evolved,
+ save-and-restore, and constrained variables, more precisely
+ all of them which have multiple time levels) to all the past time
levels. \textbf{Note that this copies the \underline{same}
data to each past time level; this will be wrong if your
spacetime is time-dependent!}