hybridmesh.HybridMesh.border_mesh#

HybridMesh.border_mesh(compact=True, fuse=True)#

Return a HybridMesh representing the border.

Parameters#

compactbool

If True (default), the returned HybridMesh will be compacted. If False, the returned HybridMesh will contain all the nodes present in the input HybridMesh.

fusebool

If True (default), coincident nodes of the border meshes of the different Mesh blocks are fused when assembling the final HybridMesh.

Returns#

HybridMesh

A HybridMesh containing the border of the different Mesh blocks.

Notes#

This method extracts the border mesh of each block using mesh.Mesh.border_mesh() and assembles the results into a new HybridMesh.