Used for test only.
More...
|
| 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 > |
| |
|
| 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) |
| |
◆ AutoDiffGradMat
◆ AutoDiffVect
◆ DefGradMatrix
◆ AutodiffType
◆ cross()
template<int dim>
| Eigen::Matrix< double, dim, 1 > polyfem::assembler::cross |
( |
const Eigen::Matrix< double, dim, 1 > & |
x, |
|
|
const Eigen::Matrix< double, dim, 1 > & |
y |
|
) |
| |
◆ hat()
template<int dim>
| Eigen::Matrix< double, dim, dim > polyfem::assembler::hat |
( |
const Eigen::Matrix< double, dim, 1 > & |
x | ) |
|