ENH: multiLevelDecomp : added debug statistics printing

This commit is contained in:
mattijs
2010-06-09 11:35:57 +01:00
parent e252ef2df3
commit 3137861e7e
3 changed files with 150 additions and 44 deletions

View File

@ -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