aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-12 17:49:01 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-12 17:49:01 +0000
commit373d1495aec9f63a8e00d11fb0be586afb3ff414 (patch)
tree5ef689a74e4ebce4d5eb035838281bd799163840 /doc/documentation.tex
parent14b8bbbfdb1bac75a8429b60fd37293d8de01196 (diff)
streamline notation for molecule min/max m and position queries
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@28 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 34abbb5..f081a6b 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -598,8 +598,8 @@ Jacobian_is_fn_of_input_array_values = 0
The following parameters may be used to query the molecule size:
\begin{verbatim}
-CCTK_INT const interp_molecule_min_m[N_dims];
-CCTK_INT const interp_molecule_max_m[N_dims];
+CCTK_INT const molecule_min_m[N_dims];
+CCTK_INT const molecule_max_m[N_dims];
\end{verbatim}
The semantics of these are that if both of these keys are present
(the values don't matter), then the interpolator will (re)set the
@@ -610,14 +610,13 @@ interpolator slightly.)
The following parameter may be used to query the molecule positions:
\begin{verbatim}
-CCTK_INT *const interp_molecule_positions[N_dims];
+CCTK_INT *const molecule_positions[N_dims];
\end{verbatim}
The semantics of this is that the caller should set
-\verb|interp_molecule_positions[]| to an array of
-\verb|N_dims| pointers to (caller-supplied) arrays of
-\verb|N_interp_points| \verb|CCTK_INT|s each. If this key exists,
-then the interpolator will store the molecule positions in the
-pointed-to arrays.
+\verb|molecule_positions[]| to an array of \verb|N_dims| pointers to
+(caller-supplied) arrays of \verb|N_interp_points| \verb|CCTK_INT|s
+each. If this key exists, then the interpolator will store the
+molecule positions in the pointed-to arrays.
The following parameters may be used to query the
Jacobian~\eqref{eqn-Jacobian} itself: