aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-01-29 13:34:53 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-01-29 13:34:53 +0000
commit1e1d195e8148ec50b9ff287139322ad135d84d0b (patch)
tree6578bdca08b3955596b4d5dae4608e8fe51e29b2 /README
parenta3d9cc783b9fbaca7b98ef47b64d4a260ea257a0 (diff)
Code changes
* support the same off-centering and boundary options as the new global interpolator (which needs the support here to work): this means changing the former parameter-table entry off_centering_tolerance to the new entries boundary_off_centering_tolerance boundary_extrapolation_tolerance * implement the N_boundary_points_to_omit parameter-table entry, (previously this was documented but not implemented) * completely rewrite the LocalInterp_molecule_posn() function and its test driver to support the above changes * change error return code from old CCTK_ERROR_INTERP_POINT_X_RANGE to new CCTK_ERROR_INTERP_POINT_OUTSIDE to avoid confusion with the old name suggesting that this was specific to the X coordinate * fix documentation of interpolation operator names for older (uniform Cartesian) CCTK_InterpLocal() interpolator -- this closes Erik Schnetter's bug report CactusBase/1367 Documentation changes * document the above code changes * much expanded description of molecule centering and boundary handling, including 2 new diagrams (done in latex picture mode :) * update README files to list all code files * move caching parameters (not implemented, and probably won't be implemented any time soon) out of documentation.tex into a new file future-ideas.tex * general cleanup of documentation.tex (not quite done, but 80% or so...) to more clearly describe what this thorn actually implements, rather than a generic spec of which this thorn only implements some pieces git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@125 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index dfe6a9d..f226477 100644
--- a/README
+++ b/README
@@ -32,6 +32,9 @@ This thorn actually packages together two separate local interpolators:
backwards-compatability synonym for "Lagrange polynomial interpolation".)
This code lives in the subdirectory src/GeneralizedPolynomial-Uniform/ .
+See the README files in the individual interpolators' directories
+for more information.
+
We plan to eventually phase out the CCTK_InterpLocal() API. We may
also phase out its interpolator, or we may move this to the newer
CCTK_InterpLocalArrays() API.