-
- 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.
c5c7f2b7
- 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.