aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-02-28 15:15:15 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-02-28 15:15:15 +0000
commitf16ff92d11bf3626b6aba567a5137513703b1117 (patch)
treee9e5bd9a012d149c058e7f97c2c85eb011a86f2f /doc/documentation.tex
parent5ce7925f170a19a605bae73ecc13c0bfeb9b9835 (diff)
* duplicate abstract in introduction, since abstract disappears in
Thorn Guides :( * slightly reword text in abstract & introduction to correctly describe just which interpolators exist right now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@9 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 23f1b3f..73a2865 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -25,20 +25,23 @@
\abstract{
This thorn provides processor-local interpolation of
- 1-D, 2-D, and 3-D data arrays. It provides several
- different interpolators, and supports both the older
- \verb|CCTK_InterpLocal()| API, and the newer
- \verb|CCTK_InterpLocalUniform()| and
- \verb|CCTK_InterpLocalNonUniform()| APIs.
+ 1-D, 2-D, and 3-D data arrays. It provides interpolators
+ for both the older \verb|CCTK_InterpLocal()| API, and the
+ newer \verb|CCTK_InterpLocalUniform()| APIs.
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
-This thorn provides processor-local interpolation of 1, 2, and 3-D
-arrays. At present there are 2~interpolators provided (we hope to
-add other interpolators soon):
+% replicate abstract since it disappears from Thorn Guide
+This thorn provides processor-local interpolation of
+1-D, 2-D, and 3-D data arrays. It provides interpolators
+for both the older \verb|CCTK_InterpLocal()| API, and the
+newer \verb|CCTK_InterpLocalUniform()| APIs.
+
+At present there are 2~interpolators provided (we hope to add other
+interpolators in the future):
\begin{description}
\item[Uniform Cartesian]
This is the local interpolator which used to live