ENH: polyPatch: adding constraint patches to group

This commit is contained in:
mattijs
2012-09-05 16:40:59 +01:00
parent 8913633b0b
commit 3c183eba6c
42 changed files with 259 additions and 148 deletions

View File

@ -208,7 +208,8 @@ label addPatch(polyMesh& mesh, const word& patchName)
0,
mesh.nInternalFaces(),
patchI,
patches
patches,
emptyPolyPatch::typeName
);
forAll(patches, i)