schnellerhase / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Support no marker for boundary facets #17

Closed schnellerhase closed 5 days ago

schnellerhase commented 5 days ago

This allows for the usage of locate_entities_boundary without providing a 'all true' marker to identify all boundary facets. This increases readability of the use cases, which before had to manually encode this all true function, done in different ways, and refrains from evaluating any marker in these cases altogether.

Fixes https://github.com/schnellerhase/dolfinx/issues/16