mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
construct from polyMesh
This commit is contained in:
@ -3176,7 +3176,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChange::makeMesh
|
|||||||
(
|
(
|
||||||
autoPtr<fvMesh>& newMeshPtr,
|
autoPtr<fvMesh>& newMeshPtr,
|
||||||
const IOobject& io,
|
const IOobject& io,
|
||||||
const fvMesh& mesh,
|
const polyMesh& mesh,
|
||||||
const bool syncParallel,
|
const bool syncParallel,
|
||||||
const bool orderCells,
|
const bool orderCells,
|
||||||
const bool orderPoints
|
const bool orderPoints
|
||||||
|
|||||||
@ -585,7 +585,7 @@ public:
|
|||||||
(
|
(
|
||||||
autoPtr<fvMesh>& newMesh,
|
autoPtr<fvMesh>& newMesh,
|
||||||
const IOobject& io,
|
const IOobject& io,
|
||||||
const fvMesh& mesh,
|
const polyMesh& mesh,
|
||||||
const bool syncParallel = true,
|
const bool syncParallel = true,
|
||||||
const bool orderCells = false,
|
const bool orderCells = false,
|
||||||
const bool orderPoints = false
|
const bool orderPoints = false
|
||||||
|
|||||||
Reference in New Issue
Block a user