|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
FEM integrators for mechanics. More...
Go to the source code of this file.
Namespaces | |
| opencarp | |
Functions | |
| int | opencarp::get_preferred_int_order (SF::elem_t &type) |
| Get preferred integration order for the mechanics integrators based on element type. More... | |
| void | opencarp::print_points (SF::Point *pts, int npts) |
| void | opencarp::calc_deformation_gradient (const SF::element_view< mesh_int_t, mesh_real_t > &elem, int ipt, double *F, double *iF, double &detF, int index, double eps) |
| Calculate deformation gradient at a given integration point. More... | |
| void | opencarp::apply_active_tension (double *deformation_gradient, double *Piola_Kirchhoff_1_stress) |
| Apply active tension. More... | |