@@ -168,8 +168,8 @@ possibly also Reynolds stresses) into single file;
...
@@ -168,8 +168,8 @@ possibly also Reynolds stresses) into single file;
\item\inltt{innerproduct}: take the inner product between one or a series of fields with another field (or series of fields).
\item\inltt{innerproduct}: take the inner product between one or a series of fields with another field (or series of fields).
\item\inltt{interpfield}: Interpolates one field to another, requires fromxml, fromfld to be defined;
\item\inltt{interpfield}: Interpolates one field to another, requires fromxml, fromfld to be defined;
\item\inltt{interppointdatatofld}: Interpolates given discrete data using a finite difference approximation to a fld file given an xml file;
\item\inltt{interppointdatatofld}: Interpolates given discrete data using a finite difference approximation to a fld file given an xml file;
\item\inltt{interppoints}: Interpolates a field to a set of points. Requires fromfld, fromxml to be defined, and a topts, line, plane or block of target points;
\item\inltt{interppoints}: Interpolates a field to a set of points. Requires fromfld, fromxml to be defined, and a topts, line, plane or box of target points;
\item\inltt{interpptstopts}: Interpolates a set of points to another, requires fromfld and fromxml to be defined, a line or plane of points can be defined;
\item\inltt{interpptstopts}: Interpolates a set of points to another. Requires a topts, line, plane or box of target points;
\item\inltt{isocontour}: Extract an isocontour of ``fieldid'' variable and at value ``fieldvalue''. Optionally ``fieldstr'' can be specified for a string definition or ``smooth'' for smoothing;
\item\inltt{isocontour}: Extract an isocontour of ``fieldid'' variable and at value ``fieldvalue''. Optionally ``fieldstr'' can be specified for a string definition or ``smooth'' for smoothing;
\item\inltt{jacobianenergy}: Shows high frequency energy of Jacobian;
\item\inltt{jacobianenergy}: Shows high frequency energy of Jacobian;
\item\inltt{qualitymetric}: Evaluate a quality metric of the underlying mesh to show mesh quality;
\item\inltt{qualitymetric}: Evaluate a quality metric of the underlying mesh to show mesh quality;
...
@@ -641,7 +641,34 @@ This module runs in parallel for the line, plane and box extraction of points.
...
@@ -641,7 +641,34 @@ This module runs in parallel for the line, plane and box extraction of points.
\subsection{Interpolate a set of points to another: \textit{interpptstopts} module}
\subsection{Interpolate a set of points to another: \textit{interpptstopts} module}
You can interpolate one set of points to another using the following command:
You can interpolate one set of points to another using the following command: