v0.16.0
Loading...
Searching...
No Matches
Namespaces | Functions
AnalyticalExprPython.cpp File Reference

Analytical expression Python bridge implementation. More...

#include <MoFEM.hpp>
#include <EshelbianPlasticity.hpp>
#include <regex>

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)
 

Detailed Description

Analytical expression Python bridge implementation.

Definition in file AnalyticalExprPython.cpp.