|
PolyFEM
|
#include <Navigation3D.hpp>
Public Attributes | |
| int | vertex |
| int | edge |
| int | face |
| int | face_corner |
| int | element |
| int | element_patch |
Definition at line 17 of file Navigation3D.hpp.
| int polyfem::mesh::Navigation3D::Index::edge |
Definition at line 20 of file Navigation3D.hpp.
Referenced by polyfem::mesh::CMesh3D::attach_higher_order_nodes(), polyfem::mesh::Mesh3D::edge_node(), and polyfem::mesh::MeshNodes::node_ids_from_edge().
| int polyfem::mesh::Navigation3D::Index::element |
Definition at line 23 of file Navigation3D.hpp.
Referenced by polyfem::mesh::CMesh3D::attach_higher_order_nodes(), polyfem::mesh::Mesh3D::cell_node(), polyfem::mesh::Mesh3D::edge_node(), polyfem::mesh::Mesh3D::face_node(), polyfem::basis::LagrangeBasis3d::hex_face_local_nodes(), polyfem::mesh::MeshNodes::node_ids_from_cell(), polyfem::mesh::MeshNodes::node_ids_from_face(), polyfem::basis::LagrangeBasis3d::prism_face_local_nodes(), and polyfem::basis::LagrangeBasis3d::tet_face_local_nodes().
| int polyfem::mesh::Navigation3D::Index::element_patch |
Definition at line 24 of file Navigation3D.hpp.
| int polyfem::mesh::Navigation3D::Index::face |
Definition at line 21 of file Navigation3D.hpp.
Referenced by polyfem::mesh::CMesh3D::attach_higher_order_nodes(), polyfem::basis::SplineBasis3d::build_bases(), polyfem::mesh::Mesh3D::face_node(), polyfem::basis::LagrangeBasis3d::hex_face_local_nodes(), polyfem::mesh::MeshNodes::node_ids_from_face(), polyfem::basis::LagrangeBasis3d::prism_face_local_nodes(), and polyfem::basis::LagrangeBasis3d::tet_face_local_nodes().
| int polyfem::mesh::Navigation3D::Index::face_corner |
Definition at line 22 of file Navigation3D.hpp.
| int polyfem::mesh::Navigation3D::Index::vertex |
Definition at line 19 of file Navigation3D.hpp.
Referenced by polyfem::mesh::CMesh3D::attach_higher_order_nodes(), polyfem::mesh::Mesh3D::cell_node(), polyfem::mesh::Mesh3D::edge_node(), polyfem::mesh::Mesh3D::face_node(), polyfem::mesh::Mesh3D::get_ordered_vertices_from_prism(), polyfem::basis::LagrangeBasis3d::hex_face_local_nodes(), polyfem::basis::LagrangeBasis3d::prism_face_local_nodes(), and polyfem::basis::LagrangeBasis3d::tet_face_local_nodes().