aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 0000000..4424b69
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,16 @@
+$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 Hermite interpolator
+ (cf Erik Schnetter's E-mails and CactusBase/1366)
+
+- 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?