PolyFEM
Loading...
Searching...
No Matches
Navigation3D.hpp File Reference
#include "Mesh3DStorage.hpp"
Include dependency graph for Navigation3D.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  polyfem::mesh::Navigation3D::Index
 

Namespaces

namespace  polyfem
 
namespace  polyfem::mesh
 
namespace  polyfem::mesh::Navigation3D
 

Functions

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)