Skip to content
Snippets Groups Projects
Commit f421e29c authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: improved handling of dangling finiteArea edges (#2084)

- restrict searching to patch quantities to avoid triggering
  mesh edge calculations
parent ac518900
No related branches found
No related tags found
1 merge request!457support parallel creation of finiteArea meshes with on-the-fly decomposition of fields #2084
......@@ -269,10 +269,7 @@ class faMesh
// Helpers
//- Get the polyPatch pairs for the boundary edges (natural order)
List<LabelledItem<edge>> getBoundaryEdgePatchPairs
(
const labelUList& meshEdges
) const;
List<LabelledItem<edge>> getBoundaryEdgePatchPairs() const;
//- Create a single patch
PtrList<faPatch> createOnePatch
......@@ -294,7 +291,6 @@ class faMesh
void reorderProcEdges
(
faPatchData& patchDef,
const labelUList& meshEdges,
const List<LabelledItem<edge>>& bndEdgePatchPairs
) const;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment