Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Attributes | List of all members
GridIn< dim, spacedim >::ExodusIIData Struct Reference

#include <deal.II/grid/grid_in.h>

Public Attributes

std::vector< std::vector< int > > id_to_sideset_ids
 

Detailed Description

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 684 of file grid_in.h.

Member Data Documentation

◆ 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 690 of file grid_in.h.


The documentation for this struct was generated from the following file: