mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
blockMeshMergeFast: Added more diagnostics
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user