Patch-field interpolation class. More...
#include <src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H>
Patch-field interpolation class.
Definition at line 159 of file meshToMesh.H.
Inheritance diagram for meshToMesh::patchFieldInterpolator:
Collaboration diagram for meshToMesh::patchFieldInterpolator:Public Member Functions | |
| patchFieldInterpolator (const labelList &addr) | |
| Construct given addressing.
| |
| virtual | ~patchFieldInterpolator () |
| label | size () const |
| bool | direct () const |
| const labelList & | directAddressing () const |
| patchFieldInterpolator | ( | const labelList & | addr ) | [inline]
|
Construct given addressing.
Definition at line 170 of file meshToMesh.H.
| virtual ~patchFieldInterpolator | ( | ) | [inline, virtual]
|
Definition at line 178 of file meshToMesh.H.
| label size | ( | ) | const [inline, virtual]
|
| bool direct | ( | ) | const [inline, virtual]
|
Implements FieldMapper.
Definition at line 189 of file meshToMesh.H.
| const labelList& directAddressing | ( | ) | const [inline, virtual]
|
Reimplemented from FieldMapper.
Definition at line 194 of file meshToMesh.H.