ENH: snappyHexMesh: initial version of directional refinement

This commit is contained in:
mattijs
2017-12-11 17:23:33 +00:00
parent 7fe700a8dc
commit 88fac3ed9f
9 changed files with 690 additions and 4 deletions

View File

@ -1222,6 +1222,7 @@ Foam::meshRefinement::meshRefinement
const refinementSurfaces& surfaces,
const refinementFeatures& features,
const shellSurfaces& shells,
const shellSurfaces& dirShells,
const shellSurfaces& limitShells
)
:
@ -1232,6 +1233,7 @@ Foam::meshRefinement::meshRefinement
surfaces_(surfaces),
features_(features),
shells_(shells),
dirShells_(dirShells),
limitShells_(limitShells),
meshCutter_
(