-
- replace Map with a List or DynamicList to reduce the number of operations and allocations within the loops. Use polyBoundaryMesh::nProcessorPatches() for initial capacity to avoid reallocations.
- replace Map with a List or DynamicList to reduce the number of operations and allocations within the loops. Use polyBoundaryMesh::nProcessorPatches() for initial capacity to avoid reallocations.