libigl v2.5.0
Loading...
Searching...
No Matches
cr_vector_curvature_correction.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "cr_vector_curvature_correction.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedOE , typename ScalarK >
void igl::cr_vector_curvature_correction (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarK > &K)
 Computes the vector Crouzeix-Raviart curvature correction term of Oded Stein, Alec Jacobson, Max Wardetzky, Eitan Grinspun, 2020.
 
template<typename DerivedV , typename DerivedF , typename DerivedE , typename DerivedOE , typename ScalarK >
void igl::cr_vector_curvature_correction (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarK > &K)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedF , typename DerivedL_sq , typename Derivedtheta , typename Derivedkappa , typename DerivedE , typename DerivedOE , typename ScalarK >
void igl::cr_vector_curvature_correction_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedL_sq > &l_sq, const Eigen::MatrixBase< Derivedtheta > &theta, const Eigen::MatrixBase< Derivedkappa > &kappa, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarK > &K)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedF , typename DerivedL_sq , typename DerivedE , typename DerivedOE , typename ScalarK >
void igl::cr_vector_curvature_correction_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedL_sq > &l_sq, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarK > &K)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. include/igl/cr_vector_curvature_correction.h.
 
template<typename DerivedF , typename DerivedL_sq , typename Derivedtheta , typename DerivedE , typename DerivedOE , typename ScalarK >
void igl::cr_vector_curvature_correction_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedL_sq > &l_sq, const Eigen::MatrixBase< Derivedtheta > &theta, const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedOE > &oE, Eigen::SparseMatrix< ScalarK > &K)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. include/igl/cr_vector_curvature_correction.h.