This PR leverages functionalities introduced some time ago by @jorgensd that makes xdmf_utils::distribute_entity_data process data of a generic type, not only std::int32_t. In this PR I make XDMFFile::read_meshtags a template so that we can read mesh tags of any type [esp. double] from file. This will be useful in an upcoming PR to read functions from file.
This PR leverages functionalities introduced some time ago by @jorgensd that makes
xdmf_utils::distribute_entity_data
process data of a generic type, not onlystd::int32_t
. In this PR I makeXDMFFile::read_meshtags
a template so that we can read mesh tags of any type [esp.double
] from file. This will be useful in an upcoming PR to read functions from file.