aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-10 16:14:26 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-10 16:14:26 +0000
commit104c83b5a0fc9a2b988987525c2ce453590c3487 (patch)
tree7de7a323b69f5db4b02802af066aff1784e533af
parentc454fdddfc6cdaebcf79a34f8106136bff5298f8 (diff)
add:
- HIGH PRIORITY: return interpolator status for each interpolated point: the user (optionally) provides in the parameter table, a pointer to a CCTK_INT array of size N_interp_points; we store the status there ==> this would allow Thomas Radke to fix CactusPUGH/1563 ==> having both of these would allow me to fix a nasty AHFinderDirect bug git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@7 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--doc/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 4424b69..7fbd794 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,11 @@
$Header$
Things to do on this thorn:
+- HIGH PRIORITY: return interpolator status for each interpolated point:
+ the user (optionally) provides in the parameter table, a pointer
+ to a CCTK_INT array of size N_interp_points; we store the status there
+ ==> this would allow Thomas Radke to fix CactusPUGH/1563
+ ==> having both of these would allow me to fix a nasty AHFinderDirect bug
- make casts from datatype to CCTK_REAL explicit in
GeneralizedPolynomial-Uniform fetch routines
- clean up the horrible inefficiency of the Hermite interpolator