aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-19 14:35:45 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-08-19 14:35:45 +0000
commitefb9ca80c97369cc8577eb028c41b9a2891abafd (patch)
treefeca0b6bb12bf179ac29ede66dfdad6bfe0add81 /README
parent08c68e3becda58d60de307caf5e6c7ba159c1b7a (diff)
fix this to correspond to sunday's reorganization -- I thought I had
committed this then, but actually had overlooked it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@90 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 12 insertions, 8 deletions
diff --git a/README b/README
index 7611efd..dfe6a9d 100644
--- a/README
+++ b/README
@@ -17,16 +17,20 @@ of interpolation points.
This thorn actually packages together two separate local interpolators:
* One written by Thomas Radke in early 2001, with the operators
- "first order uniform cartesian", "second order uniform cartesian",
- and "third order uniform cartesian", all registered under the
- CCTK_InterpLocal() interpolation API. (This formerly lived in
- the PUGHInterp thorn, but turned to have very little to do with
- PUGH, so it's been moved here.) This lives in the subdirectory
+ "first order uniform cartesian"
+ "second order uniform cartesian",
+ "third order uniform cartesian"
+ for the CCTK_InterpLocal() interpolation API. (This code formerly
+ lived in the PUGHInterp thorn, but turned to have very little to do
+ with PUGH, so it's been moved here.) This code lives in the subdirectory
src/UniformCartesian/ .
* One written by Jonathan Thornburg in winter 2001-2002, with the
- operator "generalized polynomial interpolation" registered under
- the CCTK_InterpLocalUniform() interpolation API. This lives in
- the subdirectory src/GeneralizedPolynomial-Uniform/ .
+ operator
+ "Lagrange polynomial interpolation"
+ for the CCTK_InterpLocalUniform() interpolation API. (The operator
+ "generalized polynomial interpolation" is also accepted as a
+ backwards-compatability synonym for "Lagrange polynomial interpolation".)
+ This code lives in the subdirectory src/GeneralizedPolynomial-Uniform/ .
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