mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: debug output
This commit is contained in:
@ -185,6 +185,7 @@ void Foam::meshRefinement::getBafflePatches
|
||||
label vertI = 0;
|
||||
if (debug&OBJINTERSECTIONS)
|
||||
{
|
||||
mkDir(mesh_.time().path()/timeName());
|
||||
str.reset
|
||||
(
|
||||
new OFstream
|
||||
@ -2561,7 +2562,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::splitMesh
|
||||
blockedFace.clear();
|
||||
|
||||
// Find the region containing the keepPoint
|
||||
label keepRegionI = findRegion
|
||||
const label keepRegionI = findRegion
|
||||
(
|
||||
mesh_,
|
||||
cellRegion,
|
||||
|
||||
Reference in New Issue
Block a user