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

Helper struct for defining information about a single subdomain. More...

#include <MeshInfo.h>

Public Attributes

BoundaryID id
 
std::string name
 
std::vector< dof_id_typeelems
 

Detailed Description

Helper struct for defining information about a single subdomain.

Definition at line 46 of file MeshInfo.h.

Member Data Documentation

◆ elems

std::vector<dof_id_type> MeshInfo::SubdomainInfo::elems

Definition at line 50 of file MeshInfo.h.

Referenced by dataLoad(), dataStore(), and to_json().

◆ id

BoundaryID MeshInfo::SubdomainInfo::id

Definition at line 48 of file MeshInfo.h.

Referenced by dataLoad(), dataStore(), and to_json().

◆ name

std::string MeshInfo::SubdomainInfo::name

Definition at line 49 of file MeshInfo.h.

Referenced by dataLoad(), dataStore(), and to_json().


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