aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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