

Public Member Functions | |
| virtual tmp< Field< interpolationGradType< Type > > > | interpolateGrad (const vectorField &position, const labelList &celli, const labelList &facei=NullObjectRef< labelList >()) const |
| Interpolate the gradient to the points in the given cells. More... | |
| virtual tmp< Field< interpolationGradType< Type > > > | interpolateGrad (const Field< barycentric > &coordinates, const labelList &celli, const labelList &tetFacei, const labelList &tetPti, const labelList &facei=NullObjectRef< labelList >()) const |
| Interpolate the gradient to the coordinates in the given tetrahedra. More... | |
Public Member Functions inherited from fieldInterpolationBase< Type, InterpolationType > | |
| virtual tmp< Field< Type > > | interpolate (const vectorField &position, const labelList &celli, const labelList &facei=NullObjectRef< labelList >()) const |
| Interpolate to the points in the given cells. More... | |
| virtual tmp< Field< Type > > | interpolate (const Field< barycentric > &coordinates, const labelList &celli, const labelList &tetFacei, const labelList &tetPti, const labelList &facei=NullObjectRef< labelList >()) const |
| Interpolate to the coordinates in the given tetrahedra. More... | |
Public Member Functions inherited from interpolation< Type > | |
| TypeName ("interpolation") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const VolField< Type > &psi),(psi)) | |
| virtual autoPtr< interpolation< Type > > | clone () const =0 |
| Clone. More... | |
| virtual | ~interpolation () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from interpolation< Type > | |
| static autoPtr< interpolation< Type > > | New (const word &interpolationType, const VolField< Type > &psi) |
| Return a reference to the specified interpolation scheme. More... | |
| static autoPtr< interpolation< Type > > | New (const dictionary &interpolationSchemes, const VolField< Type > &psi) |
| Return a reference to the selected interpolation scheme. More... | |
Definition at line 336 of file interpolation.H.
|
virtual |
Interpolate the gradient to the points in the given cells.
Definition at line 220 of file interpolation.C.
References forAll, Foam::isNull(), Foam::tracking::position(), tmp< T >::ref(), and VectorSpace< Form, Cmpt, Ncmpts >::size().

|
virtual |
Interpolate the gradient to the coordinates in the given tetrahedra.
Definition at line 251 of file interpolation.C.