PolyFEM
|
#include "NeoHookeanElasticity.hpp"
#include <polyfem/utils/Jacobian.hpp>
#include <polyfem/autogen/auto_elasticity_rhs.hpp>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | polyfem |
namespace | polyfem::assembler |
Used for test only. | |
Functions | |
template<int dim> | |
Eigen::Matrix< double, dim, dim > | polyfem::assembler::hat (const Eigen::Matrix< double, dim, 1 > &x) |
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) |