STYLE: additional description header for decomposition details
This commit is contained in:
parent
fc63e09f66
commit
2b869824f2
@ -164,6 +164,9 @@ void Foam::decompositionInformation::printSummary(Ostream& os) const
|
|||||||
|
|
||||||
void Foam::decompositionInformation::printDetails(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)
|
forAll(distrib_, ownProc)
|
||||||
{
|
{
|
||||||
const labelList& subdist = distrib_[ownProc];
|
const labelList& subdist = distrib_[ownProc];
|
||||||
|
Loading…
Reference in New Issue
Block a user