#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 OP_PTR > |
| std::tuple< std::string, MatrixDouble > | EshelbianPlasticity::getAnalyticalExpr (OP_PTR op_ptr, MatrixDouble &analytical_expr, const std::string block_name) |
| |
| MatrixDouble | EshelbianPlasticity::analytical_expr_function (double delta_t, double t, int nb_gauss_pts, MatrixDouble &m_ref_coords, MatrixDouble &m_ref_normals, const std::string block_name) |
| | [Analytical displacement function from python]
|
| |
| VectorDouble | EshelbianPlasticity::analytical_externalstrain_function (double delta_t, double t, int nb_gauss_pts, MatrixDouble &m_ref_coords, const std::string block_name) |
| |