aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-02-14 14:40:43 +0000
committertradke <tradke@1c20744c-e24a-42ec-9533-f5004cb800e5>2001-02-14 14:40:43 +0000
commit6d2aca99e8b9ff712ee47ebe23af38486e1b7d76 (patch)
tree3fe556c75713b13e33bb342a1f1e239f899ee2e2 /README
parent0c0c5fa551849e0ba780a9971ecc2f0c1533f6c8 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHInterp/trunk@3 1c20744c-e24a-42ec-9533-f5004cb800e5
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b2b21d1
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+Cactus Code Thorn PUGHInterp
+Authors : Paul Walker and Thomas Radke, some optimization ideas from Erik Schnetter
+CVS info : $Header$
+--------------------------------------------------------------------------
+
+1. Purpose of the thorn
+
+ This thorn provides interpolation of arrays at arbitrary points
+ on a regular, uniform cartesian grid.
+
+
+2. Additional Information
+
+ More detailed information on thorn PUGHInterp is given in the
+ doc/documentation.tex file.
+
+ For information on how to invoke interpolation operators via the
+ general flesh interpolation API please refer to the flesh documentation.