FEniCS / dolfinx

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

Allow specifying attribute name when reading meshtag #3257

Open mleoni-pf opened 4 weeks ago

mleoni-pf commented 4 weeks ago

If no attribute_name is provided, read the first attribute. Otherwise, read the attribute with the provided name or throw an error if it couldn't be found.