Wildmeshing Toolkit
AMIPS.hpp File Reference
Include dependency graph for AMIPS.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wmtk::function::AMIPS
 

Namespaces

 wmtk
 
 wmtk::function
 

Functions

double wmtk::function::Tet_AMIPS_energy (const std::array< double, 12 > &T)
 
double wmtk::function::Tri_AMIPS_energy (const std::array< double, 6 > &T)
 
void wmtk::function::Tet_AMIPS_jacobian (const std::array< double, 12 > &T, Eigen::Vector3d &result_0)
 
void wmtk::function::Tri_AMIPS_jacobian (const std::array< double, 6 > &T, Eigen::Vector2d &result_0)
 
void wmtk::function::Tet_AMIPS_hessian (const std::array< double, 12 > &T, Eigen::Matrix3d &result_0)
 
void wmtk::function::Tri_AMIPS_hessian (const std::array< double, 6 > &T, Eigen::Matrix2d &result_0)