Helper struct for defining information about a single sideset. More...
#include <MeshInfo.h>
Public Attributes | |
BoundaryID | id |
std::string | name |
std::vector< std::pair< dof_id_type, unsigned int > > | sides |
Helper struct for defining information about a single sideset.
Definition at line 36 of file MeshInfo.h.
BoundaryID MeshInfo::SidesetInfo::id |
Definition at line 38 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), and to_json().
std::string MeshInfo::SidesetInfo::name |
Definition at line 39 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), and to_json().
std::vector<std::pair<dof_id_type, unsigned int> > MeshInfo::SidesetInfo::sides |
Definition at line 40 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), and to_json().