mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
indentation; comments
This commit is contained in:
@ -1388,11 +1388,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::autoSnapDriver::repatchToSurface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pointField localFaceCentres(pp.size());
|
pointField localFaceCentres(mesh.faceCentres(), pp.addressing());
|
||||||
forAll(pp, i)
|
|
||||||
{
|
|
||||||
localFaceCentres[i] = mesh.faceCentres()[pp.addressing()[i]];
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get nearest surface and region
|
// Get nearest surface and region
|
||||||
labelList hitSurface;
|
labelList hitSurface;
|
||||||
|
|||||||
@ -1242,7 +1242,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::refine
|
|||||||
// Do refinement of consistent set of cells followed by truncation and
|
// Do refinement of consistent set of cells followed by truncation and
|
||||||
// load balancing.
|
// load balancing.
|
||||||
Foam::autoPtr<Foam::mapDistributePolyMesh>
|
Foam::autoPtr<Foam::mapDistributePolyMesh>
|
||||||
Foam::meshRefinement::refineAndBalance
|
Foam::meshRefinement::refineAndBalance
|
||||||
(
|
(
|
||||||
const string& msg,
|
const string& msg,
|
||||||
decompositionMethod& decomposer,
|
decompositionMethod& decomposer,
|
||||||
|
|||||||
Reference in New Issue
Block a user