aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-25 11:51:12 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-25 11:51:12 +0000
commit0e22802fd9f269731fa8035eff7617174bc743c5 (patch)
tree423f378e2b1fd7de3d99c9fffc642c803b798649
parent49f3f6948de6e555feb0cc3d6be41df10fa679d5 (diff)
document that this is fixed:
< - 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 document that this (still) needs to be done: > - support excision, i.e. there should be a way to tell the interpolator > about an excision mask, and either > * have it return an error if the default-centering interpolator molecule > would use data from an excised region, or preferably > * properly implement the excision_off_centering_tolerance > and excision_extrapolation_tolerance parameters as > documented in the thorn guide git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@11 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--doc/TODO13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index 7fbd794..beee868 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,11 +1,14 @@
$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
+- support excision, i.e. there should be a way to tell the interpolator
+ about an excision mask, and either
+ * have it return an error if the default-centering interpolator molecule
+ would use data from an excised region, or preferably
+ * properly implement the excision_off_centering_tolerance
+ and excision_extrapolation_tolerance parameters as
+ documented in the thorn guide
+
- make casts from datatype to CCTK_REAL explicit in
GeneralizedPolynomial-Uniform fetch routines
- clean up the horrible inefficiency of the Hermite interpolator