Loading...
Searching...
No Matches
decompositionInformation Class Reference

Abstract base class for decomposition. More...

#include <decompositionInformation.H>

Public Member Functions

 decompositionInformation (const labelUList &adjncy, const labelUList &xadj, const labelUList &decomp, const label nDomains)
 Construct.
 decompositionInformation (const CompactListList< label > &cellCells, const labelUList &decomp, const label nDomains)
 Construct.
 ~decompositionInformation ()=default
 Destructor.
void clear ()
label nDomains () const noexcept
void printSummary (Ostream &os) const
void printDetails (Ostream &os) const
void printAll (Ostream &os) const

Detailed Description

Abstract base class for decomposition.

Source files

Definition at line 46 of file decompositionInformation.H.

Constructor & Destructor Documentation

◆ decompositionInformation() [1/2]

decompositionInformation ( const labelUList & adjncy,
const labelUList & xadj,
const labelUList & decomp,
const label nDomains )

Construct.

References nDomains().

Here is the call graph for this function:

◆ decompositionInformation() [2/2]

decompositionInformation ( const CompactListList< label > & cellCells,
const labelUList & decomp,
const label nDomains )

Construct.

References nDomains().

Here is the call graph for this function:

◆ ~decompositionInformation()

~decompositionInformation ( )
default

Destructor.

Member Function Documentation

◆ clear()

void clear ( )

◆ nDomains()

label nDomains ( ) const
inlinenoexcept

Definition at line 139 of file decompositionInformation.H.

References Foam::noexcept.

Referenced by decompositionInformation(), and decompositionInformation().

Here is the caller graph for this function:

◆ printSummary()

void printSummary ( Ostream & os) const

References os().

Here is the call graph for this function:

◆ printDetails()

void printDetails ( Ostream & os) const

References os().

Here is the call graph for this function:

◆ printAll()

void printAll ( Ostream & os) const

References os().

Here is the call graph for this function:

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