|
| virtual const word & | type () const =0 |
| | Runtime type information. More...
|
| |
| virtual | ~interpolationGradBase () |
| | Destructor. More...
|
| |
| virtual interpolationGradType< Type > | interpolateGrad (const vector &position, const label celli, const label facei=-1) const |
| | Interpolate the gradient to the given point in the given cell. More...
|
| |
| virtual tmp< Field< interpolationGradType< Type > > > | interpolateGrad (const vectorField &position, const labelList &celli, const labelList &facei=NullObjectRef< labelList >()) const =0 |
| | As above, but for a field. More...
|
| |
| virtual interpolationGradType< Type > | interpolateGrad (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const |
| | Interpolate the gradient to the given coordinates in the. 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 =0 |
| | As above, but for a field. More...
|
| |
| | interpolationBase (const VolField< Type > &psi) |
| | Construct from components. More...
|
| |
| | interpolationBase (const interpolationBase< Type > &i) |
| | Copy constructor. More...
|
| |
| virtual | ~interpolationBase () |
| | Destructor. More...
|
| |
| const VolField< Type > & | psi () const |
| | Return the field to be interpolated. More...
|
| |
| virtual Type | interpolate (const vector &position, const label celli, const label facei=-1) const =0 |
| | Interpolate to the given point in the given cell. More...
|
| |
| virtual tmp< Field< Type > > | interpolate (const vectorField &position, const labelList &celli, const labelList &facei=NullObjectRef< labelList >()) const =0 |
| | As above, but for a field. More...
|
| |
| virtual Type | interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const |
| | Interpolate to the given coordinates in the. 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 =0 |
| | As above, but for a field. More...
|
| |
template<class Type>
class Foam::interpolationGradBase< Type >
Definition at line 140 of file interpolation.H.