aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-03-05 18:11:39 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-03-05 18:11:39 +0000
commita7fc2804db7bc339dd88bc32cc737fd0813da0a5 (patch)
tree383d76f0f0e65549efaa0d4278a42b0cadf3e6f1
parentfc307e52046b523e8da2eb8b337fc77a5213b92d (diff)
add:
- allow scalar boundary_{off_centering,extrapolation}_tolerance values in the parameter table (to mean using this value for each ibndry) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@142 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index b728191..1d757ef 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -16,3 +16,6 @@ Things to do on this thorn:
so the interpolant would be guaranteed to pass through the input data
(this isn't the case for the current Lagrange/Hermite interpolators,
since they have only terms with 0 <= i+j <= 3)
+
+- allow scalar boundary_{off_centering,extrapolation}_tolerance
+ values in the parameter table (to mean using this value for each ibndry)