Public Member Functions | List of all members
randomRenumber Class Reference

Random renumber. Just to see effect of renumbering. More...

Inheritance diagram for randomRenumber:
Inheritance graph
[legend]
Collaboration diagram for randomRenumber:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("random")
 Runtime type information. More...
 
 randomRenumber (const dictionary &renumberDict)
 Construct given the renumber dictionary. More...
 
virtual ~randomRenumber ()
 Destructor. More...
 
virtual labelList renumber (const pointField &) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const polyMesh &mesh, const pointField &cc) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const labelListList &cellCells, const pointField &cc) const
 Return the order in which cells need to be visited, i.e. More...
 
- Public Member Functions inherited from renumberMethod
 TypeName ("renumberMethod")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
 
 renumberMethod (const dictionary &renumberDict)
 Construct given the renumber dictionary. More...
 
virtual ~renumberMethod ()
 Destructor. More...
 
virtual labelList renumber (const labelList &cellCells, const labelList &offsets, const pointField &) const
 Return the order in which cells need to be visited, i.e. More...
 
virtual labelList renumber (const polyMesh &mesh, const labelList &cellToRegion, const pointField &regionPoints) const
 Return the order in which cells need to be visited, i.e. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from renumberMethod
static autoPtr< renumberMethodNew (const dictionary &renumberDict)
 Return a reference to the selected renumbering method. More...
 
- Protected Attributes inherited from renumberMethod
const dictionaryrenumberDict_
 

Detailed Description

Random renumber. Just to see effect of renumbering.

Source files

Definition at line 46 of file randomRenumber.H.

Constructor & Destructor Documentation

randomRenumber ( const dictionary renumberDict)

Construct given the renumber dictionary.

Definition at line 47 of file randomRenumber.C.

References randomRenumber::renumber().

Here is the call graph for this function:

virtual ~randomRenumber ( )
inlinevirtual

Destructor.

Definition at line 70 of file randomRenumber.H.

References mesh, and randomRenumber::renumber().

Here is the call graph for this function:

Member Function Documentation

TypeName ( "random"  )

Runtime type information.

Foam::labelList renumber ( const pointField points) const
virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. This is only defined for geometric renumberMethods.

Reimplemented from renumberMethod.

Definition at line 56 of file randomRenumber.C.

References forAll, Foam::identity(), Random::integer(), rndGen(), List< T >::size(), and Foam::Swap().

Referenced by randomRenumber::randomRenumber(), randomRenumber::renumber(), and randomRenumber::~randomRenumber().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::labelList renumber ( const polyMesh mesh,
const pointField cc 
) const
virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. Use the mesh connectivity (if needed)

Reimplemented from renumberMethod.

Definition at line 77 of file randomRenumber.C.

References randomRenumber::renumber().

Here is the call graph for this function:

Foam::labelList renumber ( const labelListList cellCells,
const pointField cc 
) const
virtual

Return the order in which cells need to be visited, i.e.

from ordered back to original cell label. The connectivity is equal to mesh.cellCells() except

  • the connections are across coupled patches

Implements renumberMethod.

Definition at line 87 of file randomRenumber.C.

References randomRenumber::renumber().

Here is the call graph for this function:


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