Patch-field subset interpolation class. More...
#include <src/finiteVolume/fvMesh/fvMeshSubset/fvMeshSubset.H>
Patch-field subset interpolation class.
Definition at line 80 of file fvMeshSubset.H.
Public Member Functions | |
patchFieldSubset (const labelList &directAddressing) | |
Construct given addressing. | |
virtual | ~patchFieldSubset () |
label | size () const |
bool | direct () const |
const unallocLabelList & | 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 91 of file fvMeshSubset.H.
|
inlinevirtual |
Definition at line 98 of file fvMeshSubset.H.
|
inlinevirtual |
Implements FieldMapper.
Definition at line 104 of file fvMeshSubset.H.
References List< T >::size().
|
inlinevirtual |
Implements FieldMapper.
Definition at line 109 of file fvMeshSubset.H.
|
inlinevirtual |
Reimplemented from FieldMapper.
Definition at line 114 of file fvMeshSubset.H.