aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2004-06-27 11:28:07 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2004-06-27 11:28:07 +0000
commit3d280b8f25952b03ce43808e32c8506ec4891ab1 (patch)
treeca46e166f54f4bfdc2434e7e790931b969e0a616
parent4223f30b01113a46ac12889355f7c5298a46c77e (diff)
update mention of CactusBase/LocalInterp to only mention the single
interpolation operator "uniform cartesian" git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@21 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--README6
1 files changed, 2 insertions, 4 deletions
diff --git a/README b/README
index f84960b..e9cca95 100644
--- a/README
+++ b/README
@@ -88,10 +88,8 @@ provide interpolation APIs:
CactusBase/LocalInterp
This contains an older processor-local interpolator, supporting
- the interpolation operators
- "first order uniform cartesian"
- "second order uniform cartesian",
- "third order uniform cartesian"
+ the interpolation operator
+ "uniform cartesian"
There are also driver-specific thorns providing global (grid array)
interpolation, eg. PUGHInterp, CarpetInterp, etc.