openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Namespaces | Functions
mechanic_integrators.cc File Reference

FEM integrators for mechanics. More...

#include "mechanic_integrators.h"
#include <string.h>
Include dependency graph for mechanic_integrators.cc:

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...
 

Detailed Description

FEM integrators for mechanics.

Author
Jonathan Krauss
Version
Date
2022-05-19

Definition in file mechanic_integrators.cc.