aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-08 16:11:14 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-08 16:11:14 +0000
commitc454fdddfc6cdaebcf79a34f8106136bff5298f8 (patch)
tree7bfaf007a4d4a2b8c10e9fe6e7aa9ab40a37c39f
parent7987b29732a309cb078044c2479f56613cf8e9f2 (diff)
note that the operator
"generalized polynomial interpolation" is deprecated, and will probably be removed at some point git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@6 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--README7
-rw-r--r--doc/documentation.tex12
2 files changed, 11 insertions, 8 deletions
diff --git a/README b/README
index f15ef58..f84960b 100644
--- a/README
+++ b/README
@@ -17,11 +17,12 @@ This thorn provides the interpolation operators
"Lagrange polynomial interpolation (tensor product)"
"Lagrange polynomial interpolation (maximum degree)"
"Hermite polynomial interpolation",
-The interpolation operators
+The interpolation operator
"Lagrange polynomial interpolation"
- "generalized polynomial interpolation"
-are also both accepted as a synonyms for
+is also accepted as a synonyms
"Lagrange polynomial interpolation (tensor product)"
+(So is "generalized polynomial interpolation", but that's deprecated
+and will probably be removed at some point.)
Documentation
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 4a4699e..b27d206 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -156,11 +156,13 @@ This interpolator provides:
"Lagrange polynomial interpolation"
\end{verbatim}
and this is probably the best interpolation operator for
- general-purpose use. For backwards compatability this interpolator
- is also registered under still another operator name,
- \begin{verbatim}
- "generalized polynomial interpolation"
- \end{verbatim}
+ general-purpose use.%%%
+\footnote{%%%
+ For backwards compatability this interpolator
+ is also registered under still another operator name,
+ {\tt "generalized polynomial interpolation"}, but this
+ is deprecated and will probably be removed at some point.
+ }%%%
\item Hermite polynomial interpolation of orders 2-4 for 1-D
interpolation, and 2--3 for 2-D and 3-D interpolation,
registered under the operator name