Public Attributes | |
| std::set< SubdomainID > | neighbor_subs |
| Neighboring subdomain ids. More... | |
| std::set< BoundaryID > | boundary_ids |
| The boundary ids that are attached. More... | |
Definition at line 1935 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 1942 of file MooseMesh.h.
| std::set<SubdomainID> MooseMesh::SubdomainData::neighbor_subs |
Neighboring subdomain ids.
Definition at line 1938 of file MooseMesh.h.
1.8.14