Loading...
Searching...
No Matches
Go to the source code of this file.
|
void | polyfem::mesh::Navigation3D::prepare_mesh (Mesh3DStorage &M) |
|
Index | polyfem::mesh::Navigation3D::get_index_from_element_face (const Mesh3DStorage &M, int hi) |
|
Index | polyfem::mesh::Navigation3D::get_index_from_element_face (const Mesh3DStorage &M, int hi, int lf, int lv=0) |
|
Index | polyfem::mesh::Navigation3D::get_index_from_element_edge (const Mesh3DStorage &M, int hi, int v0, int v1) |
|
Index | polyfem::mesh::Navigation3D::get_index_from_element_tri (const Mesh3DStorage &M, int hi, int v0, int v1, int v2) |
|
Index | polyfem::mesh::Navigation3D::switch_vertex (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::switch_edge (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::switch_face (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::switch_element (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::next_around_2Dface (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::next_around_2Dedge (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::next_around_2Dvertex (const Mesh3DStorage &M, Index idx) |
|
Index | polyfem::mesh::Navigation3D::next_around_3Dedge (const Mesh3DStorage &M, Index idx) |
|