aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-10-16 14:21:43 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-10-16 14:21:43 +0000
commit573179ce7cb7cc3545e4bdc90672f654c92c78d2 (patch)
tree9ba6a84c9b8209eb19703b7166f932334ddd4a7a /doc
parentdb2a1f8fa2376f34ca57ea160cb911c7aec22ebb (diff)
add an important thing Exact is lacking right now:
many people: 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. For models satisfying the Einstein eqns, it would be nice to also have test cases which compute the Hamiltonian constraint (and maybe the momentum constraints too) and check that it (they) are suitably small. (The down side of that is that is that those test cases would then need at least ADMConstraints to be compiled into your Cactus binary, and that in turn requires ADMMacros.) This would help guard against typos, wrong formulas, and other "consistent, but wrong" cases. ~ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@130 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index c127445..c01526c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -19,3 +19,19 @@ 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!)
+
+
+many people:
+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.
+
+For models satisfying the Einstein eqns, it would be nice to also have
+test cases which compute the Hamiltonian constraint (and maybe the
+momentum constraints too) and check that it (they) are suitably small.
+ (The down side of that is that is that those test
+ cases would then need at least ADMConstraints
+ to be compiled into your Cactus binary, and that
+ in turn requires ADMMacros.)
+This would help guard against typos, wrong formulas, and other
+"consistent, but wrong" cases.