blockMeshMergeFast: Added more diagnostics
This commit is contained in:
parent
08efe5d4e3
commit
0f3186fd21
1 changed files with 3 additions and 0 deletions
|
|
@ -455,6 +455,9 @@ void Foam::blockMesh::calcMergeInfoFast()
|
|||
<< " and face "
|
||||
<< blockNfacei << " of block " << blockNi
|
||||
<< endl
|
||||
<< " Points: " << blockPpoints[blockPpointi]
|
||||
<< " " << blockNpoints[blockNpointi]
|
||||
<< endl
|
||||
<< " This may be due to inconsistent grading."
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue