Mapping class for a fvPatchField. More...
#include <finiteVolume/fvPatchMapper.H>
Public Member Functions | |
fvPatchMapper (const fvPatch &patch, const faceMapper &faceMap) | |
Construct from mappers. | |
virtual | ~fvPatchMapper () |
virtual label | size () const |
Return size. | |
virtual label | sizeBeforeMapping () const |
Return size of field before mapping. | |
virtual bool | direct () const |
Is the mapping direct. | |
virtual const unallocLabelList & | directAddressing () const |
Return direct addressing. | |
virtual const labelListList & | addressing () const |
Return interpolated addressing. | |
virtual const scalarListList & | weights () const |
Return interpolaion weights. | |
![]() | |
fvPatchFieldMapper () | |
Null constructor. | |
![]() | |
FieldMapper () | |
Null constructor. | |
virtual | ~FieldMapper () |
template<class Type > | |
tmp< Field< Type > > | operator() (const Field< Type > &f) const |
fvPatchMapper | ( | const fvPatch & | patch, |
const faceMapper & | faceMap | ||
) |
Construct from mappers.
Definition at line 210 of file fvPatchMapper.C.
|
virtual |
Definition at line 226 of file fvPatchMapper.C.
|
inlinevirtual |
Return size.
Implements FieldMapper.
Definition at line 125 of file fvPatchMapper.H.
References fvPatch::size().
|
inlinevirtual |
Return size of field before mapping.
Definition at line 131 of file fvPatchMapper.H.
|
inlinevirtual |
Is the mapping direct.
Implements FieldMapper.
Definition at line 137 of file fvPatchMapper.H.
References faceMapper::direct().
|
virtual |
Return direct addressing.
Reimplemented from FieldMapper.
Definition at line 234 of file fvPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
virtual |
Return interpolated addressing.
Reimplemented from FieldMapper.
Definition at line 254 of file fvPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.
|
virtual |
Return interpolaion weights.
Reimplemented from FieldMapper.
Definition at line 274 of file fvPatchMapper.C.
References Foam::abort(), Foam::FatalError, and FatalErrorIn.