aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authortradke <tradke@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-08 10:15:40 +0000
committertradke <tradke@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-07-08 10:15:40 +0000
commit2a2204af7b85195002e67e3ac5218da8926e2ff8 (patch)
treec572ff59b28c6a60153fb313e2975ca615d4a082 /src/README
parente85869d7f4f753250d844faa1b1923e412af3521 (diff)
Changes to support both the new and the old interpolation API.
A local interpolator named "uniform cartesian" is now provided under the new API. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@164 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/README')
-rw-r--r--src/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/README b/src/README
index e82e759..46e71bf 100644
--- a/src/README
+++ b/src/README
@@ -4,6 +4,11 @@ under the names
"first-order uniform cartesian"
"second-order uniform cartesian"
"third-order uniform cartesian"
+and for
+ CCTK_InterpLocalUniform()
+under the name
+ "uniform cartesian"
+
Implementation Notes
====================