mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: polyBoundaryMesh: use patchGroups by default
This commit is contained in:
@ -159,7 +159,7 @@ public:
|
|||||||
labelList findIndices
|
labelList findIndices
|
||||||
(
|
(
|
||||||
const keyType&,
|
const keyType&,
|
||||||
const bool usePatchGroups = false
|
const bool usePatchGroups = true
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Return patch index for the first match, return -1 if not found
|
//- Return patch index for the first match, return -1 if not found
|
||||||
@ -184,7 +184,7 @@ public:
|
|||||||
(
|
(
|
||||||
const UList<wordRe>& patchNames,
|
const UList<wordRe>& patchNames,
|
||||||
const bool warnNotFound = true,
|
const bool warnNotFound = true,
|
||||||
const bool usePatchGroups = false
|
const bool usePatchGroups = true
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
//- Check whether all procs have all patches and in same order. Return
|
//- Check whether all procs have all patches and in same order. Return
|
||||||
|
|||||||
Reference in New Issue
Block a user