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

Public Attributes

std::set< SubdomainIDneighbor_subs
 Neighboring subdomain ids. More...
 
std::set< BoundaryIDboundary_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...
 

Detailed Description

Definition at line 1786 of file MooseMesh.h.

Member Data Documentation

◆ boundary_ids

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.

◆ is_lower_d

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.

◆ neighbor_subs

std::set<SubdomainID> MooseMesh::SubdomainData::neighbor_subs

Neighboring subdomain ids.

Definition at line 1789 of file MooseMesh.h.


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