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.
 Inheritance diagram for fvMeshSubset::patchFieldSubset:
 Inheritance diagram for fvMeshSubset::patchFieldSubset: Collaboration diagram for fvMeshSubset::patchFieldSubset:
 Collaboration diagram for fvMeshSubset::patchFieldSubset:| Public Member Functions | |
| patchFieldSubset (const labelList &directAddressing) | |
| Construct given addressing. | |
| virtual | ~patchFieldSubset () | 
| label | size () const | 
| bool | direct () const | 
| const unallocLabelList & | directAddressing () const | 
| patchFieldSubset | ( | const labelList & | directAddressing ) |  [inline] | 
Construct given addressing.
Definition at line 91 of file fvMeshSubset.H.
| virtual ~patchFieldSubset | ( | ) |  [inline, virtual] | 
Definition at line 98 of file fvMeshSubset.H.
| label size | ( | ) | const  [inline, virtual] | 
Implements FieldMapper.
Definition at line 104 of file fvMeshSubset.H.
References List< T >::size().
| bool direct | ( | ) | const  [inline, virtual] | 
Implements FieldMapper.
Definition at line 109 of file fvMeshSubset.H.
| const unallocLabelList& directAddressing | ( | ) | const  [inline, virtual] | 
Reimplemented from FieldMapper.
Definition at line 114 of file fvMeshSubset.H.