https://mooseframework.inl.gov
Public Attributes | List of all members
MeshInfo::SidesetInfo Struct Reference

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
 

Detailed Description

Helper struct for defining information about a single sideset.

Definition at line 36 of file MeshInfo.h.

Member Data Documentation

◆ id

BoundaryID MeshInfo::SidesetInfo::id

Definition at line 38 of file MeshInfo.h.

Referenced by dataLoad(), dataStore(), and to_json().

◆ name

std::string MeshInfo::SidesetInfo::name

Definition at line 39 of file MeshInfo.h.

Referenced by dataLoad(), dataStore(), and to_json().

◆ sides

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().


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