PolyFEM
|
#include <Mesh3DStorage.hpp>
Public Attributes | |
int | id |
std::vector< uint32_t > | vs |
std::vector< uint32_t > | es |
std::vector< uint32_t > | neighbor_hs |
bool | boundary |
bool | boundary_hex |
Definition at line 33 of file Mesh3DStorage.hpp.
bool polyfem::mesh::Face::boundary |
Definition at line 39 of file Mesh3DStorage.hpp.
bool polyfem::mesh::Face::boundary_hex |
Definition at line 40 of file Mesh3DStorage.hpp.
std::vector<uint32_t> polyfem::mesh::Face::es |
Definition at line 37 of file Mesh3DStorage.hpp.
int polyfem::mesh::Face::id |
Definition at line 35 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::CMesh3D::load(), polyfem::mesh::CMesh3D::load(), and polyfem::mesh::MeshProcessing3D::straight_sweeping().
std::vector<uint32_t> polyfem::mesh::Face::neighbor_hs |
Definition at line 38 of file Mesh3DStorage.hpp.
std::vector<uint32_t> polyfem::mesh::Face::vs |
Definition at line 36 of file Mesh3DStorage.hpp.
Referenced by polyfem::mesh::CMesh3D::load(), polyfem::mesh::CMesh3D::load(), and polyfem::mesh::MeshProcessing3D::straight_sweeping().