aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index fdb8041..b99f854 100644
--- a/README
+++ b/README
@@ -20,18 +20,14 @@ History
=======
This interpolator was written by Thomas Radke in early 2001 (drawing
-on older code by Paul Walker), and supports the interpolation operators
- "first order uniform cartesian"
- "second order uniform cartesian"
- "third order uniform cartesian"
-for the old Cactus interpolation API CCTK_InterpLocal() and
+on older code by Paul Walker), and supports the interpolation operator
"uniform cartesian"
for the new Cactus interpolation API CCTK_InterpLocalUniform().
(Note that the word "cartesian" is in lower case here!)
-The interpolators for the old API originally lived in the PUGHInterp thorn,
-but it turned to have very little to do with PUGH, so was moved here in winter
-2001-2002.
+This interpolator for originally lived in the PUGHInterp thorn, but
+it turned to have very little to do with PUGH, so was moved here in
+winter 2001-2002.
From winter 2001-2002 to July 2003 this thorn also contained another
interpolator written by Jonathan Thornburg, but in July 2003 that