Helper struct for defining information about a single subdomain. More...
#include <MeshInfo.h>
Public Attributes | |
BoundaryID | id |
std::string | name |
std::vector< dof_id_type > | elems |
Helper struct for defining information about a single subdomain.
Definition at line 46 of file MeshInfo.h.
std::vector<dof_id_type> MeshInfo::SubdomainInfo::elems |
Definition at line 50 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), and to_json().
BoundaryID MeshInfo::SubdomainInfo::id |
Definition at line 48 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), and to_json().
std::string MeshInfo::SubdomainInfo::name |
Definition at line 49 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), and to_json().