#include <MoFEM.hpp>
#include <EshelbianPlasticity.hpp>
#include <boost/math/constants/constants.hpp>
#include <EshelbianAux.hpp>
#include <lapack_wrap.h>
#include <Lie.hpp>
#include <MatrixFunction.hpp>
Go to the source code of this file.
|
| template<typename TInvD , typename TRotation , typename TDiffRotation , typename TStress > |
| auto | EshelbianPlasticity::getDiffSpatialGradientDR (TInvD &t_d_u_d_b, TRotation &t_R, TDiffRotation &t_diff_R, TStress &t_P) |
| |
| template<typename TInvD , typename TRotation > |
| auto | EshelbianPlasticity::getDiffSpatialGradientDP (TInvD &t_d_u_d_b, TRotation &t_R) |
| |
| template<typename OP_PTR > |
| std::tuple< std::string, MatrixDouble > | EshelbianPlasticity::getAnalyticalExpr (OP_PTR op_ptr, MatrixDouble &analytical_expr, const std::string block_name) |
| |