Key for a libMesh::ElemQuality quality type with a bound (min or max) to be used over an entire domain (sideset or subdomain). More...
#include <MeshInfo.h>
Public Member Functions | |
| DomainElemQuality ()=default | |
| DomainElemQuality (const libMesh::ElemQuality elem_quality, const BoundType bound_type) | |
| std::string | itemName () const |
| Get the name for this quality ([min,max]_[quality]) More... | |
| void | updateValue (std::map< DomainElemQuality, Real > &quality_map, const Real value) const |
| Update the value in the quality map. More... | |
| libMesh::ElemQuality & | elemQuality () |
| Get the libMesh::ElemQuality entry. More... | |
| const libMesh::ElemQuality & | elemQuality () const |
| BoundType & | boundType () |
| Get the type of the bound (min or max) More... | |
| const BoundType & | boundType () const |
Key for a libMesh::ElemQuality quality type with a bound (min or max) to be used over an entire domain (sideset or subdomain).
Definition at line 47 of file MeshInfo.h.
|
default |
| MeshInfo::DomainElemQuality::DomainElemQuality | ( | const libMesh::ElemQuality | elem_quality, |
| const BoundType | bound_type | ||
| ) |
Definition at line 172 of file MeshInfo.C.
|
inline |
Get the type of the bound (min or max)
Definition at line 60 of file MeshInfo.h.
Referenced by dataLoad(), and dataStore().
|
inline |
Definition at line 61 of file MeshInfo.h.
|
inline |
Get the libMesh::ElemQuality entry.
Definition at line 54 of file MeshInfo.h.
Referenced by dataLoad(), and dataStore().
|
inline |
Definition at line 55 of file MeshInfo.h.
| std::string MeshInfo::DomainElemQuality::itemName | ( | ) | const |
Get the name for this quality ([min,max]_[quality])
Definition at line 179 of file MeshInfo.C.
| void MeshInfo::DomainElemQuality::updateValue | ( | std::map< DomainElemQuality, Real > & | quality_map, |
| const Real | value | ||
| ) | const |
Update the value in the quality map.
Definition at line 186 of file MeshInfo.C.
Referenced by MeshInfo::possiblyAddDomainInfo().
1.8.14