![]() |
v0.15.0 |
#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.
Namespaces | |
namespace | EshelbianPlasticity |
Functions | |
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] | |
template<typename OP_PTR > | |
auto | EshelbianPlasticity::getAnalyticalExpr (OP_PTR op_ptr, MatrixDouble &analytical_expr, const std::string block_name) |