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 |
Abstract base class for decomposition.
Definition at line 46 of file decompositionInformation.H.
| decompositionInformation | ( | const labelUList & | adjncy, |
| const labelUList & | xadj, | ||
| const labelUList & | decomp, | ||
| const label | nDomains ) |
| decompositionInformation | ( | const CompactListList< label > & | cellCells, |
| const labelUList & | decomp, | ||
| const label | nDomains ) |
|
default |
Destructor.
| void clear | ( | ) |
|
inlinenoexcept |
Definition at line 139 of file decompositionInformation.H.
References Foam::noexcept.
Referenced by decompositionInformation(), and decompositionInformation().
