mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: snappyHexMesh: fix growing of attraction. Split off debug/writing/output
This commit is contained in:
@ -593,7 +593,12 @@ Foam::labelList Foam::meshRefinement::markFacesOnProblemCells
|
||||
mesh_.movePoints(newPoints);
|
||||
Pout<< "Writing newPoints mesh to time " << timeName()
|
||||
<< endl;
|
||||
write(debug, mesh_.time().path()/"newPoints");
|
||||
write
|
||||
(
|
||||
debugType(debug),
|
||||
writeType(writeLevel() | WRITEMESH),
|
||||
mesh_.time().path()/"newPoints"
|
||||
);
|
||||
mesh_.movePoints(oldPoints);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user