OpenFPM  5.2.0
Project that contain the implementation of distributed structures
PolyLevelset< spatial_dim, MatType, VecType > Class Template Reference

Public Member Functions

template<typename vector_type >
 PolyLevelset (vector_type &vd, double tol)
 
template<typename T >
double eval (T pos)
 
template<typename T1 , typename T2 >
double deriv (T1 pos, T2 deriv_order)
 
template<typename T >
estimate_normals_at (T pos)
 
template<typename T >
double estimate_mean_curvature_at (T pos)
 

Private Attributes

minter::LevelsetPoly< spatial_dim, MatType, VecType > * model
 

Detailed Description

template<int spatial_dim, typename MatType = EMatrixXd, typename VecType = EVectorXd>
class PolyLevelset< spatial_dim, MatType, VecType >

Definition at line 19 of file poly_levelset.hpp.


The documentation for this class was generated from the following file: