Wildmeshing Toolkit
|
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::function | |
wmtk::function::utils | |
wmtk::function::utils::detail | |
Functions | |
template<typename Derived > | |
auto | wmtk::function::utils::amips (const Eigen::MatrixBase< Derived > &B) |
template<typename V0Type , typename V1Type , typename V2Type > | |
auto | wmtk::function::utils::amips (const Eigen::MatrixBase< V0Type > &v0, const Eigen::MatrixBase< V1Type > &v1, const Eigen::MatrixBase< V2Type > &v2) |
double | wmtk::function::utils::Tet_AMIPS_energy (const std::array< double, 12 > &T) |
void | wmtk::function::utils::Tet_AMIPS_hessian (const std::array< double, 12 > &T, Eigen::Matrix3d &result_0) |
void | wmtk::function::utils::Tet_AMIPS_jacobian (const std::array< double, 12 > &T, Eigen::Vector3d &result_0) |