libMesh
|
Struct to hold smoother-relevant information about the mesh quality. More...
#include <variational_smoother_system.h>
Public Attributes | |
std::pair< Real, dof_id_type > | max_elem_distortion |
std::pair< Real, dof_id_type > | min_elem_distortion |
Real | total_distortion = 0. |
std::pair< Real, dof_id_type > | max_elem_dilation |
std::pair< Real, dof_id_type > | min_elem_dilation |
Real | total_dilation = 0. |
std::pair< Real, dof_id_type > | max_elem_combined |
std::pair< Real, dof_id_type > | min_elem_combined |
Real | total_combined = 0. |
std::pair< Real, dof_id_type > | max_elem_det_S |
std::pair< Real, dof_id_type > | min_elem_det_S |
Real | total_det_S = 0. |
Real | max_qp_det_S = std::numeric_limits<Real>::lowest() |
Real | min_qp_det_S = std::numeric_limits<Real>::max() |
bool | mesh_is_tangled = false |
bool | initialized = false |
Struct to hold smoother-relevant information about the mesh quality.
Definition at line 37 of file variational_smoother_system.h.
bool libMesh::MeshQualityInfo::initialized = false |
Definition at line 71 of file variational_smoother_system.h.
Referenced by libMesh::VariationalSmootherSystem::get_mesh_info().
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::max_elem_combined |
Definition at line 56 of file variational_smoother_system.h.
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::max_elem_det_S |
Definition at line 62 of file variational_smoother_system.h.
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::max_elem_dilation |
Definition at line 50 of file variational_smoother_system.h.
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::max_elem_distortion |
Definition at line 44 of file variational_smoother_system.h.
Definition at line 67 of file variational_smoother_system.h.
bool libMesh::MeshQualityInfo::mesh_is_tangled = false |
Definition at line 70 of file variational_smoother_system.h.
Referenced by libMesh::VariationalSmootherSystem::assembly().
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::min_elem_combined |
Definition at line 58 of file variational_smoother_system.h.
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::min_elem_det_S |
Definition at line 64 of file variational_smoother_system.h.
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::min_elem_dilation |
Definition at line 52 of file variational_smoother_system.h.
std::pair<Real, dof_id_type> libMesh::MeshQualityInfo::min_elem_distortion |
Definition at line 46 of file variational_smoother_system.h.
Definition at line 68 of file variational_smoother_system.h.
Referenced by libMesh::VariationalSmootherSystem::assembly().
Real libMesh::MeshQualityInfo::total_combined = 0. |
Definition at line 60 of file variational_smoother_system.h.
Real libMesh::MeshQualityInfo::total_det_S = 0. |
Definition at line 66 of file variational_smoother_system.h.
Real libMesh::MeshQualityInfo::total_dilation = 0. |
Definition at line 54 of file variational_smoother_system.h.
Real libMesh::MeshQualityInfo::total_distortion = 0. |
Definition at line 48 of file variational_smoother_system.h.