PolyFEM
|
#include <Mesh3DStorage.hpp>
Public Attributes | |
int | id |
std::vector< double > | v |
std::vector< uint32_t > | neighbor_vs |
std::vector< uint32_t > | neighbor_es |
std::vector< uint32_t > | neighbor_fs |
std::vector< uint32_t > | neighbor_hs |
bool | boundary |
bool | boundary_hex |
Definition at line 11 of file Mesh3DStorage.hpp.
bool polyfem::mesh::Vertex::boundary |
Definition at line 20 of file Mesh3DStorage.hpp.
bool polyfem::mesh::Vertex::boundary_hex |
Definition at line 21 of file Mesh3DStorage.hpp.
int polyfem::mesh::Vertex::id |
Definition at line 13 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::CMesh3D::geomesh_2_mesh_storage(), polyfem::mesh::MeshProcessing3D::global_orientation_hexes(), polyfem::mesh::CMesh3D::load(), polyfem::mesh::CMesh3D::load(), polyfem::mesh::MeshProcessing3D::orient_volume_mesh(), polyfem::mesh::MeshProcessing3D::refine_catmul_clark_polar(), polyfem::mesh::MeshProcessing3D::refine_red_refinement_tet(), and polyfem::mesh::MeshProcessing3D::straight_sweeping().
std::vector<uint32_t> polyfem::mesh::Vertex::neighbor_es |
Definition at line 16 of file Mesh3DStorage.hpp.
std::vector<uint32_t> polyfem::mesh::Vertex::neighbor_fs |
Definition at line 17 of file Mesh3DStorage.hpp.
std::vector<uint32_t> polyfem::mesh::Vertex::neighbor_hs |
Definition at line 18 of file Mesh3DStorage.hpp.
std::vector<uint32_t> polyfem::mesh::Vertex::neighbor_vs |
Definition at line 15 of file Mesh3DStorage.hpp.
std::vector<double> polyfem::mesh::Vertex::v |
Definition at line 14 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::CMesh3D::geomesh_2_mesh_storage(), polyfem::mesh::MeshProcessing3D::global_orientation_hexes(), polyfem::mesh::MeshProcessing3D::refine_catmul_clark_polar(), polyfem::mesh::MeshProcessing3D::refine_red_refinement_tet(), and polyfem::mesh::MeshProcessing3D::straight_sweeping().