Skip to content
Snippets Groups Projects
Commit 2b869824 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: additional description header for decomposition details

parent fc63e09f
Branches
Tags
No related merge requests found
......@@ -164,6 +164,9 @@ void Foam::decompositionInformation::printSummary(Ostream& os) const
void Foam::decompositionInformation::printDetails(Ostream& os) const
{
os << "Decomposition details with (proc faces) "
"for each processor connection"<< nl << nl;
forAll(distrib_, ownProc)
{
const labelList& subdist = distrib_[ownProc];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment