Patch-field interpolation class. More...
#include <src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H>
Patch-field interpolation class.
Definition at line 159 of file meshToMesh.H.
Public Member Functions | |
patchFieldInterpolator (const labelList &addr) | |
Construct given addressing. | |
virtual | ~patchFieldInterpolator () |
label | size () const |
bool | direct () const |
const labelList & | directAddressing () const |
![]() | |
fvPatchFieldMapper () | |
Null constructor. | |
![]() | |
FieldMapper () | |
Null constructor. | |
virtual | ~FieldMapper () |
virtual const labelListList & | addressing () const |
virtual const scalarListList & | weights () const |
template<class Type > | |
tmp< Field< Type > > | operator() (const Field< Type > &f) const |
|
inline |
Construct given addressing.
Definition at line 170 of file meshToMesh.H.
|
inlinevirtual |
Definition at line 178 of file meshToMesh.H.
|
inlinevirtual |
|
inlinevirtual |
Implements FieldMapper.
Definition at line 189 of file meshToMesh.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 194 of file meshToMesh.H.