|
PolyFEM
|
#include <Mesh3DStorage.hpp>
Public Attributes | |
| int | id |
| std::vector< uint32_t > | vs |
| std::vector< uint32_t > | neighbor_fs |
| std::vector< uint32_t > | neighbor_hs |
| bool | boundary |
| bool | boundary_hex |
Definition at line 23 of file Mesh3DStorage.hpp.
| bool polyfem::mesh::Edge::boundary |
Definition at line 30 of file Mesh3DStorage.hpp.
| bool polyfem::mesh::Edge::boundary_hex |
Definition at line 31 of file Mesh3DStorage.hpp.
| int polyfem::mesh::Edge::id |
Definition at line 25 of file Mesh3DStorage.hpp.
| std::vector<uint32_t> polyfem::mesh::Edge::neighbor_fs |
Definition at line 27 of file Mesh3DStorage.hpp.
| std::vector<uint32_t> polyfem::mesh::Edge::neighbor_hs |
Definition at line 28 of file Mesh3DStorage.hpp.
| std::vector<uint32_t> polyfem::mesh::Edge::vs |
Definition at line 26 of file Mesh3DStorage.hpp.