aboutsummaryrefslogtreecommitdiff
path: root/src/UniformCartesian/README
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-02-27 14:28:36 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-02-27 14:28:36 +0000
commit717d39a68230908f36b7098e66d0dd76dd067148 (patch)
tree397cda867657459ef518b65cd87def3517958253 /src/UniformCartesian/README
parentac713b27a07fa17689464ac2e9e7275169f116ea (diff)
initial checkin of new LocalInterp thorn
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@2 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/UniformCartesian/README')
-rw-r--r--src/UniformCartesian/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/UniformCartesian/README b/src/UniformCartesian/README
new file mode 100644
index 0000000..2342312
--- /dev/null
+++ b/src/UniformCartesian/README
@@ -0,0 +1,14 @@
+This directory contains the interpolation functions registered for
+ CCTK_InterpLocal()
+under the names
+ "first-order uniform cartesian"
+ "second-order uniform cartesian"
+ "third-order uniform cartesian"
+
+Implementation Notes
+====================
+The interpolation operators registered for different orders are mapped
+via wrappers (in "Startup.c") onto a single routine (in "Operator.c"),
+just passing the order as an additional argument.
+
+The actual core interpolation routine is located in "Interpolate.c".