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

Go to the source code of this file.

Namespaces

namespace  polyfem
 
namespace  polyfem::mesh
 

Functions

void polyfem::mesh::singular_vertices (const GEO::Mesh &M, Eigen::VectorXi &V, int regular_degree=4, bool ignore_border=true)
 
void polyfem::mesh::singular_edges (const GEO::Mesh &M, const Eigen::VectorXi &V, Eigen::MatrixX2i &E)
 
void polyfem::mesh::singularity_graph (const GEO::Mesh &M, Eigen::VectorXi &V, Eigen::MatrixX2i &E, int regular_degree=4, bool ignore_border=true)
 
void polyfem::mesh::create_patch_around_singularities (GEO::Mesh &M, const Eigen::VectorXi &V, const Eigen::MatrixX2i &E, double t=0.5)