aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-10-07 16:06:54 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-10-07 16:06:54 +0000
commit75dc715d22b562d1238ae1f753dd86dba73eb13d (patch)
tree10ae48c87a3ce991c71cdd2d0db3d6fab2d7bafb
parentcc0d2264e03e3e64539c53ffa7b6735fde6c86d7 (diff)
note some more things to fix in the Generalized-Polynomial-Uniform
interpolator - some typecasts which icc warns about (thy're actually ok, but could use explicit C casts to make this clearer) - add a note about the Hermite inefficiency problem, cf Erik Schneter's E-mails git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@119 df1f8a13-aa1d-4dd4-9681-27ded5b42416
-rw-r--r--doc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 65103a7..071fcb0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,3 +2,8 @@ Things to do on this thorn:
- test suite for GeneralizedPolynomial-Uniform/Hermite interpolator
- documentation for same (especially note very poor accuracy when
off-centered)
+- 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)