mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
comment
This commit is contained in:
@ -220,7 +220,7 @@ autoPtr<mapPolyMesh> dynamicRefineFvMesh::refine
|
|||||||
|
|
||||||
if (oldFaceI >= nInternalFaces())
|
if (oldFaceI >= nInternalFaces())
|
||||||
{
|
{
|
||||||
FatalErrorIn("dynamicRefineFvMesh::refine")
|
FatalErrorIn("dynamicRefineFvMesh::refine(const labelList&)")
|
||||||
<< "New internal face:" << faceI
|
<< "New internal face:" << faceI
|
||||||
<< " fc:" << faceCentres()[faceI]
|
<< " fc:" << faceCentres()[faceI]
|
||||||
<< " originates from boundary oldFace:" << oldFaceI
|
<< " originates from boundary oldFace:" << oldFaceI
|
||||||
@ -445,7 +445,7 @@ autoPtr<mapPolyMesh> dynamicRefineFvMesh::unrefine
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Change mesh and generate mesh.
|
// Change mesh and generate map.
|
||||||
//autoPtr<mapPolyMesh> map = meshMod.changeMesh(*this, true);
|
//autoPtr<mapPolyMesh> map = meshMod.changeMesh(*this, true);
|
||||||
autoPtr<mapPolyMesh> map = meshMod.changeMesh(*this, false);
|
autoPtr<mapPolyMesh> map = meshMod.changeMesh(*this, false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user