PolyFEM
Loading...
Searching...
No Matches
Navigation.hpp File Reference
#include <geogram/mesh/mesh.h>
#include <geogram/basic/attributes.h>
Include dependency graph for Navigation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  polyfem::mesh::Navigation::Index
 

Namespaces

namespace  polyfem
 
namespace  polyfem::mesh
 
namespace  polyfem::mesh::Navigation
 

Functions

void polyfem::mesh::Navigation::prepare_mesh (GEO::Mesh &M)
 
Index polyfem::mesh::Navigation::get_index_from_face (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, int f, int lv)
 
Index polyfem::mesh::Navigation::switch_vertex (const GEO::Mesh &M, Index idx)
 
Index polyfem::mesh::Navigation::switch_edge (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx)
 
Index polyfem::mesh::Navigation::switch_face (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx)
 
Index polyfem::mesh::Navigation::next_around_face (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx)
 
Index polyfem::mesh::Navigation::next_around_edge (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx)
 
Index polyfem::mesh::Navigation::next_around_vertex (const GEO::Mesh &M, const GEO::Attribute< GEO::index_t > &c2e, Index idx)