FreeFOAM The Cross-Platform CFD Toolkit
meshToMesh::patchFieldInterpolator Class Reference

Patch-field interpolation class. More...

#include <src/sampling/meshToMeshInterpolation/meshToMesh/meshToMesh.H>


Detailed Description

Patch-field interpolation class.

Definition at line 159 of file meshToMesh.H.

+ Inheritance diagram for meshToMesh::patchFieldInterpolator:
+ Collaboration diagram for meshToMesh::patchFieldInterpolator:

List of all members.

Public Member Functions

 patchFieldInterpolator (const labelList &addr)
 Construct given addressing.
virtual ~patchFieldInterpolator ()
label size () const
bool direct () const
const labelListdirectAddressing () const
- Public Member Functions inherited from fvPatchFieldMapper
 fvPatchFieldMapper ()
 Null constructor.
- Public Member Functions inherited from FieldMapper
 FieldMapper ()
 Null constructor.
virtual ~FieldMapper ()
virtual const labelListListaddressing () const
virtual const scalarListListweights () const
template<class Type >
tmp< Field< Type > > operator() (const Field< Type > &f) const

Constructor & Destructor Documentation

patchFieldInterpolator ( const labelList addr)
inline

Construct given addressing.

Definition at line 170 of file meshToMesh.H.

virtual ~patchFieldInterpolator ( )
inlinevirtual

Definition at line 178 of file meshToMesh.H.


Member Function Documentation

label size ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 184 of file meshToMesh.H.

References List< T >::size().

bool direct ( ) const
inlinevirtual

Implements FieldMapper.

Definition at line 189 of file meshToMesh.H.

const labelList& directAddressing ( ) const
inlinevirtual

Reimplemented from FieldMapper.

Definition at line 194 of file meshToMesh.H.


The documentation for this class was generated from the following file: