BoundaryMesh generates a mesh with too few vertices under certain conditions

Issue #155 resolved
Øyvind Evju created an issue

When one process determines that another process should "own" a vertex on the BoundaryMesh, then, in the case where the owning process does not have any exterior facets connected to this vertex, this vertex will not be identified as a boundary vertex on the owning process, and hence not created properly.

Comments (3)

  1. Martin Sandve Alnæs

    Fix issue 155: BoundaryMesh generates a mesh with too few vertices under certain conditions

    Sort discrepancies of shared vertices between Mesh and its BoundaryMesh

    → <<cset dd213dc3bd53>>

  2. Log in to comment