mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Refactored the dummyFvMesh code
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
Info<< "Constructing single cell mesh" << nl << endl;
|
||||
|
||||
autoPtr<fvMesh> meshPtr = dummyFvMesh::singleCellMesh(runTime);
|
||||
fvMesh& mesh = meshPtr();
|
||||
Foam::proxyMeshes::hexCellFvMesh mesh(runTime);
|
||||
|
||||
Reference in New Issue
Block a user