fieldInterpolation< Type, InterpolationType > Class Template Reference
Inheritance diagram for fieldInterpolation< Type, InterpolationType >:
Collaboration diagram for fieldInterpolation< Type, InterpolationType >:

Public Member Functions

virtual tmp< Field< Type > > interpolate (const vectorField &position, const labelField &celli, const labelField &facei=NullObjectRef< labelField >()) const
 Interpolate field to the given points in the given cells. More...
 
virtual tmp< Field< Type > > interpolate (const Field< barycentric > &coordinates, const labelField &celli, const labelField &tetFacei, const labelField &tetPti, const labelField &facei=NullObjectRef< labelField >()) const
 Interpolate field to the given coordinates in the given tetrahedra. More...
 
- Public Member Functions inherited from interpolation< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi))
 
 interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components. More...
 
virtual ~interpolation ()
 Destructor. More...
 
const GeometricField< Type, fvPatchField, volMesh > & 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 field to the given point in the given cell. More...
 
virtual Type interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const
 Interpolate field to the given coordinates in the tetrahedron. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from interpolation< Type >
static autoPtr< interpolation< Type > > New (const word &interpolationType, const GeometricField< Type, fvPatchField, volMesh > &psi)
 Return a reference to the specified interpolation scheme. More...
 
static autoPtr< interpolation< Type > > New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi)
 Return a reference to the selected interpolation scheme. More...
 
- Protected Attributes inherited from interpolation< Type >
const GeometricField< Type, fvPatchField, volMesh > & psi_
 The vol field to interpolate. More...
 
const polyMeshmesh_
 Reference to the mesh. More...
 

Detailed Description

template<class Type, class InterpolationType>
class Foam::fieldInterpolation< Type, InterpolationType >

Definition at line 170 of file interpolation.H.

Member Function Documentation

◆ interpolate() [1/2]

Foam::tmp< Foam::Field< Type > > interpolate ( const vectorField position,
const labelField celli,
const labelField facei = NullObjectRef<labelField>() 
) const
virtual

Interpolate field to the given points in the given cells.

Implements interpolation< Type >.

Definition at line 104 of file interpolation.C.

Referenced by interpolation< Foam::Vector >::interpolate(), and fieldInterpolation< scalar, interpolationCellPoint< scalar > >::interpolate().

Here is the caller graph for this function:

◆ interpolate() [2/2]

Foam::tmp< Foam::Field< Type > > interpolate ( const Field< barycentric > &  coordinates,
const labelField celli,
const labelField tetFacei,
const labelField tetPti,
const labelField facei = NullObjectRef<labelField>() 
) const
virtual

Interpolate field to the given coordinates in the given tetrahedra.

Implements interpolation< Type >.

Definition at line 132 of file interpolation.C.


The documentation for this class was generated from the following files: