aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 16:16:49 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-11-17 16:16:49 +0000
commitf55c6c82e0d2c78f28486b2c306b20cc064daf8a (patch)
tree6855509a9ca90ea0b96b0d4bdd0a06ad919412a3 /doc/TODO
parentfafb3fbc0f1fa1d631336b957bfb48a261cd70f3 (diff)
Previously there was no easy and documented way to generate an
entire exact spacetime (not just a t=0 slice). (The "slice_evolver.tex" stuff might may be able to do this, but it looks complicated. :( ) This change adds this feature (and removes it from the TODO): just set ADMBase::evolution_method = "exact" Thanks to Peter Diener for implementing this! (It turned out to be unexpectedly easy: just re-schedule the appropriate setup routine in CCTK_PRESTEP at each slice!) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@141 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/TODO b/doc/TODO
index 53be0e1..4475003 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -22,18 +22,6 @@ than 1 point.
----------------------------------------
-Peter Diener:
-There's no documented way to generate an entire exact spacetime
-(not just a t=0 slice). The "slice_evolver.tex" stuff may be able
-to do this, but it looks complicated. :( There ought to be a
-simple way of doing this! (And it ought to be documented simply, too!)
-
---> Peter has come up with a small patch to the param.ccl and schedule.ccl
- files which does this. I (JT) need to document this and commit it
- to CVS.
-
-----------------------------------------
-
Every model should have .ge. 1 test case! Right now most of the
models have no test cases at all, and this makes it way too easy for
bugs to creep in and go undetected for a long time.