|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <mechanic_integrators.h>
Public Member Functions | |
| mech_stiffness_integrator (MaterialType &inp_mat) | |
| void | operator() (const SF::element_view< mesh_int_t, mesh_real_t > &elem, SF::dmat< double > &buff) |
| Calculate mech stiffness matrix for a given element at each node. More... | |
| void | dpn (mesh_int_t &row_dpn, mesh_int_t &col_dpn) |
| ACHTUNG: HIER AENDERUNG VON MIR. More... | |
Definition at line 45 of file mechanic_integrators.h.
|
inline |
Definition at line 63 of file mechanic_integrators.h.
|
virtual |
ACHTUNG: HIER AENDERUNG VON MIR.
return (by referrence) the row and column dimensions
Implements SF::matrix_integrator< mesh_int_t, mesh_real_t >.
Definition at line 501 of file mechanic_integrators.cc.
|
virtual |
Calculate mech stiffness matrix for a given element at each node.
| elem | Element from reference mesh |
| buff | Buffer for stiffness matrix |
Implements SF::matrix_integrator< mesh_int_t, mesh_real_t >.
Definition at line 324 of file mechanic_integrators.cc.