|
PolyFEM
|
#include <Mesh3DStorage.hpp>
Public Attributes | |
| std::string | Name |
| double | min_Jacobian |
| double | ave_Jacobian |
| double | deviation_Jacobian |
| Eigen::VectorXd | V_Js |
| Eigen::VectorXd | H_Js |
| Eigen::VectorXd | Num_Js |
| int32_t | V_num |
| int32_t | H_num |
Definition at line 199 of file Mesh3DStorage.hpp.
| double polyfem::mesh::Mesh_Quality::ave_Jacobian |
Definition at line 203 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::MeshProcessing3D::reorder_hex_mesh_propogation(), and polyfem::mesh::MeshProcessing3D::scaled_jacobian().
| double polyfem::mesh::Mesh_Quality::deviation_Jacobian |
Definition at line 204 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::MeshProcessing3D::scaled_jacobian().
| Eigen::VectorXd polyfem::mesh::Mesh_Quality::H_Js |
Definition at line 206 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::MeshProcessing3D::scaled_jacobian().
| int32_t polyfem::mesh::Mesh_Quality::H_num |
Definition at line 208 of file Mesh3DStorage.hpp.
| double polyfem::mesh::Mesh_Quality::min_Jacobian |
Definition at line 202 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::MeshProcessing3D::reorder_hex_mesh_propogation(), and polyfem::mesh::MeshProcessing3D::scaled_jacobian().
| std::string polyfem::mesh::Mesh_Quality::Name |
Definition at line 201 of file Mesh3DStorage.hpp.
| Eigen::VectorXd polyfem::mesh::Mesh_Quality::Num_Js |
Definition at line 207 of file Mesh3DStorage.hpp.
| Eigen::VectorXd polyfem::mesh::Mesh_Quality::V_Js |
Definition at line 205 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::MeshProcessing3D::scaled_jacobian().
| int32_t polyfem::mesh::Mesh_Quality::V_num |
Definition at line 208 of file Mesh3DStorage.hpp.