aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-04-15 17:07:23 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-04-15 17:07:23 +0000
commit5a8da73fce7752d0e3ee52fe8fb1149009b3305c (patch)
tree62ac6b98363bf0277780337fa604439e5784f806 /README
parenta7fc2804db7bc339dd88bc32cc737fd0813da0a5 (diff)
start updating for new localinterp stuff to fix Yosef's bug
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@143 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 7 insertions, 4 deletions
diff --git a/README b/README
index f226477..b184737 100644
--- a/README
+++ b/README
@@ -25,11 +25,14 @@ This thorn actually packages together two separate local interpolators:
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
+ operators
+ "Lagrange polynomial interpolation (tensor product)"
+ "Lagrange polynomial interpolation (maximum degree)"
+ for the CCTK_InterpLocalUniform() interpolation API. The operators
"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".)
+ "generalized polynomial interpolation"
+ are also both accepted as a synonyms for
+ "Lagrange polynomial interpolation (tensor product)"
This code lives in the subdirectory src/GeneralizedPolynomial-Uniform/ .
See the README files in the individual interpolators' directories