#include <deal.II/grid/grid_in.h>
template<int dim, int spacedim = dim>
struct GridIn< dim, spacedim >::ExodusIIData
A structure containing some of the information provided by ExodusII that doesn't have a direct representation in the Triangulation object.
- Note
- This struct exists to enable forward compatibility with future versions of read_exodusii that may provide additional output data, but for now it has a single field.
Definition at line 639 of file grid_in.h.
◆ id_to_sideset_ids
template<int dim, int spacedim = dim>
| std::vector<std::vector<int> > GridIn< dim, spacedim >::ExodusIIData::id_to_sideset_ids |
A vector containing a mapping from deal.II boundary ids (or manifold ids) to the provided ExodusII sideset ids.
Definition at line 645 of file grid_in.h.
The documentation for this struct was generated from the following file: