mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: multiLevelDecomp : added debug statistics printing
This commit is contained in:
@ -70,25 +70,6 @@ protected:
|
||||
// (usually there is only one)
|
||||
static label masterFace(const polyMesh&, const label, const label);
|
||||
|
||||
// // From mesh to compact row storage format
|
||||
// // (like CompactListList)
|
||||
// static void calcCSR
|
||||
// (
|
||||
// const polyMesh& mesh,
|
||||
// List<int>& adjncy,
|
||||
// List<int>& xadj
|
||||
// );
|
||||
//
|
||||
// // From cell-cell connections to compact row storage format
|
||||
// // (like CompactListList)
|
||||
// static void calcCSR
|
||||
// (
|
||||
// const labelListList& cellCells,
|
||||
// List<int>& adjncy,
|
||||
// List<int>& xadj
|
||||
// );
|
||||
|
||||
|
||||
private:
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
Reference in New Issue
Block a user