shared / ghosted entities when loading to a file set

Issue #14 resolved
Iulian Grindeanu created an issue

When we load in parallel, and we provide a file set to load into, in some cases some new interface entities are created, on the skin boundary. This is helping to resolve the shared entities We need to see what happens to these new skin entities; they are added to the root set, of course, but should they be added to the file set? in a way, they complete the local mesh, and the user might want them in the file set he provided for loading/defining the mesh. Answer: we do add the new entities created during ghost exchange, to the file_set. We do not use the file set for input; all the entities from the root set are ghosted.

So maybe we need to fix this behaviour: when we ghost, we should ghost only the entities from the file set.

Comments (5)

  1. Log in to comment