Public Attributes | |
std::set< SubdomainID > | neighbor_subs |
Neighboring subdomain ids. More... | |
std::set< BoundaryID > | boundary_ids |
The boundary ids that are attached. More... | |
bool | is_lower_d |
Whether this subdomain is a lower-dimensional manifold of a higher-dimensional subdomain. More... | |
Definition at line 1786 of file MooseMesh.h.
std::set<BoundaryID> MooseMesh::SubdomainData::boundary_ids |
The boundary ids that are attached.
This set will include any sideset boundary ID that is a side of any part of the subdomain
Definition at line 1793 of file MooseMesh.h.
bool MooseMesh::SubdomainData::is_lower_d |
Whether this subdomain is a lower-dimensional manifold of a higher-dimensional subdomain.
Definition at line 1796 of file MooseMesh.h.
std::set<SubdomainID> MooseMesh::SubdomainData::neighbor_subs |
Neighboring subdomain ids.
Definition at line 1789 of file MooseMesh.h.