FreeFOAM The Cross-Platform CFD Toolkit
fvBoundaryMeshMapper Class Reference

Foam::fvBoundaryMeshMapper. More...

#include <finiteVolume/fvBoundaryMeshMapper.H>


Detailed Description

+ Inheritance diagram for fvBoundaryMeshMapper:
+ Collaboration diagram for fvBoundaryMeshMapper:

List of all members.

Public Member Functions

 fvBoundaryMeshMapper (const fvMesh &mesh, const faceMapper &faceMap)
 Construct from components.
- Public Member Functions inherited from PtrList< fvPatchMapper >
 PtrList ()
 Null Constructor.
 PtrList (const label)
 Construct with length specified.
 PtrList (const PtrList< fvPatchMapper > &)
 Copy constructor.
 PtrList (const PtrList< fvPatchMapper > &, const CloneArg &)
 Copy constructor with additional argument for clone.
 PtrList (const Xfer< PtrList< fvPatchMapper > > &)
 Construct by transferring the parameter contents.
 PtrList (PtrList< fvPatchMapper > &, bool reUse)
 Construct as copy or re-use as specified.
 PtrList (const SLPtrList< fvPatchMapper > &)
 Construct as copy of SLPtrList<T>
 PtrList (Istream &, const INew &)
 Construct from Istream using given Istream constructor class.
 PtrList (Istream &)
 Construct from Istream using default Istream constructor class.
 ~PtrList ()
label size () const
 Return the number of elements in the PtrList.
bool empty () const
 Return true if the PtrList is empty (ie, size() is zero).
void setSize (const label)
 Reset size of PtrList. This can only be used to set the size.
void resize (const label)
 Reset size of PtrList. This can only be used to set the size.
void clear ()
 Clear the PtrList, i.e. set size to zero deleting all the.
void transfer (PtrList< fvPatchMapper > &)
 Transfer the contents of the argument PtrList into this PtrList.
Xfer< PtrList< fvPatchMapper > > xfer ()
 Transfer contents to the Xfer container.
bool set (const label) const
 Is element set.
autoPtr< fvPatchMapperset (const label, fvPatchMapper *)
 Set element. Return old element (can be NULL).
autoPtr< fvPatchMapperset (const label, const autoPtr< fvPatchMapper > &)
autoPtr< fvPatchMapperset (const label, const tmp< fvPatchMapper > &)
void reorder (const UList< label > &)
 Reorders elements. Ordering does not have to be done in.
const fvPatchMapperoperator[] (const label) const
 Return element const reference.
fvPatchMapperoperator[] (const label)
 Return element reference.
const fvPatchMapperoperator() (const label) const
 Return element const pointer.
PtrList< fvPatchMapper > & operator= (const PtrList< fvPatchMapper > &)
 Assignment.
iterator begin ()
 Return an iterator to begin traversing the PtrList.
iterator end ()
 Return an iterator to end traversing the PtrList.

Additional Inherited Members

- Public Types inherited from PtrList< fvPatchMapper >
typedef fvPatchMapper value_type
 Type of values the PtrList contains.
typedef fvPatchMapperreference
 Type that can be used for storing into PtrList::value_type objects.
typedef const fvPatchMapperconst_reference
 Type that can be used for storing into constant PtrList::value_type.
- Protected Member Functions inherited from PtrList< fvPatchMapper >
void read (Istream &, const INew &inewt)
 Read from Istream using given Istream constructor class.

Constructor & Destructor Documentation

fvBoundaryMeshMapper ( const fvMesh mesh,
const faceMapper faceMap 
)
inline

Construct from components.

Definition at line 66 of file fvBoundaryMeshMapper.H.

References fvMesh::boundary(), forAll, and patches.


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