|
PolyFEM
|
Used for test only. More...
Typedefs | |
| template<typename T > | |
| using | DefGradMatrix = Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3 > |
| template<typename T > | |
| using | AutoDiffGradMat = Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3 > |
| template<typename T > | |
| using | AutoDiffVect = Eigen::Matrix< T, Eigen::Dynamic, 1 > |
Functions | |
| template<int dim> | |
| Eigen::Matrix< double, dim, dim > | hat (const Eigen::Matrix< double, dim, 1 > &x) |
| template<int dim> | |
| Eigen::Matrix< double, dim, 1 > | cross (const Eigen::Matrix< double, dim, 1 > &x, const Eigen::Matrix< double, dim, 1 > &y) |
Used for test only.
| using polyfem::assembler::AutoDiffGradMat = typedef Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3> |
Definition at line 12 of file MooneyRivlin3ParamSymbolic.hpp.
| using polyfem::assembler::AutoDiffVect = typedef Eigen::Matrix<T, Eigen::Dynamic, 1> |
Definition at line 14 of file MooneyRivlin3ParamSymbolic.hpp.
| using polyfem::assembler::DefGradMatrix = typedef Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic, 0, 3, 3> |
Definition at line 10 of file GenericElastic.hpp.
| Eigen::Matrix< double, dim, 1 > polyfem::assembler::cross | ( | const Eigen::Matrix< double, dim, 1 > & | x, |
| const Eigen::Matrix< double, dim, 1 > & | y | ||
| ) |
Definition at line 439 of file NeoHookeanElasticity.cpp.
Referenced by polyfem::utils::are_triangles_coplanar(), polyfem::utils::TetrahedronClipping::clip(), and polyfem::mesh::irregular_triangle().
| Eigen::Matrix< double, dim, dim > polyfem::assembler::hat | ( | const Eigen::Matrix< double, dim, 1 > & | x | ) |
Definition at line 422 of file NeoHookeanElasticity.cpp.
References x.