mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: move startOfInternal points out of insertInitialPoints.
This commit is contained in:
@ -1211,8 +1211,6 @@ void Foam::conformalVoronoiMesh::insertBoundingPoints()
|
||||
|
||||
void Foam::conformalVoronoiMesh::insertInitialPoints()
|
||||
{
|
||||
startOfInternalPoints_ = number_of_vertices();
|
||||
|
||||
Info<< nl << "Inserting initial points" << endl;
|
||||
|
||||
timeCheck("Before initial points call");
|
||||
@ -1894,6 +1892,8 @@ Foam::conformalVoronoiMesh::conformalVoronoiMesh
|
||||
|
||||
insertFeaturePoints();
|
||||
|
||||
startOfInternalPoints_ = number_of_vertices();
|
||||
|
||||
insertInitialPoints();
|
||||
|
||||
// Improve the guess that the backgroundMeshDecomposition makes with the
|
||||
|
||||
Reference in New Issue
Block a user