ENH: Refactored the dummyFvMesh code

This commit is contained in:
Andrew Heather
2018-06-05 16:10:04 +01:00
parent a3228f861a
commit 3530711219
11 changed files with 611 additions and 239 deletions

View File

@ -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);