FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

FieldMapper Class Reference

Abstract base class to hold the Field mapping addressing and weights. More...

#include <OpenFOAM/FieldMapper.H>


Detailed Description

Abstract base class to hold the Field mapping addressing and weights.

Definition at line 44 of file FieldMapper.H.

Inheritance diagram for FieldMapper:

List of all members.

Public Member Functions

 FieldMapper ()
 Null constructor.
virtual  ~FieldMapper ()
virtual label  size () const =0
virtual bool  direct () const =0
virtual const unallocLabelList &  directAddressing () const
virtual const labelListList &  addressing () const
virtual const scalarListList &  weights () const
template<class Type >
tmp< Field< Type > >  operator() (const Field< Type > &f) const

Constructor & Destructor Documentation

FieldMapper (  ) [inline]

Null constructor.

Definition at line 52 of file FieldMapper.H.

virtual ~FieldMapper (  ) [inline, virtual]

Definition at line 58 of file FieldMapper.H.


Member Function Documentation

tmp<Field<Type> > operator() ( const Field< Type > &   f  ) const [inline]

Definition at line 99 of file FieldMapper.H.

References f().


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