Skip to content

Commit

Permalink
Add more clarity to the subdomain boundary ID doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad committed Jan 23, 2024
1 parent 1379b65 commit 079503f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework/include/mesh/MooseMesh.h
Expand Up @@ -1726,10 +1726,11 @@ class MooseMesh : public MooseObject, public Restartable, public PerfGraphInterf

struct SubdomainData
{
/// neighboring subdomain ids
/// Neighboring subdomain ids
std::set<SubdomainID> neighbor_subs;

/// the boundary ids that are attached
/// The boundary ids that are attached. This set will include any sideset boundary ID that
/// is a side of any part of the subdomain
std::set<BoundaryID> boundary_ids;

/// Whether this subdomain is a lower-dimensional manifold of a higher-dimensional subdomain
Expand Down

0 comments on commit 079503f

Please sign in to comment.