aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-06 11:42:06 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-06 11:42:06 +0000
commit5d137974b2a8dc9d382d6bb0487ca142da2b2bfc (patch)
tree95e3368d279f1fee3b5a628b6718b9066f6fc4a7 /doc/TODO
parente9f00ac8be804694fed90fee6dfaa45f9438ebb8 (diff)
remove stuff for Jonathan Thornburg's interpolator
(which is GPL and thus not allowed in CactusBase; it's now in AEIThorns/AEILocalInterp/) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@155 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/TODO b/doc/TODO
deleted file mode 100644
index 14accaf..0000000
--- a/doc/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-$Header$
-
-Things to do on this thorn:
-- make casts from datatype to CCTK_REAL explicit in
- GeneralizedPolynomial-Uniform fetch routines
-- clean up the horrible inefficiency of the
- GeneralizedPolynomial-Uniform/Hermite interpolator
- (cf Erik Schnetter's E-mails and CactusBase/1366)
-
-
-- add the old "uniform cartesian" interpolator (by Paul Walker & Thomas Radke)
- to CCTK_InterpLocalUniform()
-
-- allow scalar boundary_{off_centering,extrapolation}_tolerance
- values in the parameter table (to mean using this value for each ibndry)
-
-- maybe change the defaults so off-centering is forbidden unless
- the user explicitly asks for it to be allowed?
-
-- implement a "silent" parameter like in PUGHInterp?
- alternatively, print warning msgs for some error returns?