![]() |
v0.16.0 |
Analytical expression Python bridge implementation. More...
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) |
| VectorDouble | EshelbianPlasticity::analytical_externalstrain_function (double delta_t, double t, int nb_gauss_pts, MatrixDouble &m_ref_coords, const std::string block_name) |
| VectorDouble | EshelbianPlasticity::analytical_elastic_function (double delta_t, double t, int nb_gauss_pts, MatrixDouble &m_ref_coords, const std::string block_name) |
Analytical expression Python bridge implementation.
Definition in file AnalyticalExprPython.cpp.