openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | List of all members
opencarp::mech_stiffness_integrator Class Reference

#include <mechanic_integrators.h>

Inheritance diagram for opencarp::mech_stiffness_integrator:
Collaboration diagram for opencarp::mech_stiffness_integrator:

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

Detailed Description

Definition at line 45 of file mechanic_integrators.h.

Constructor & Destructor Documentation

◆ mech_stiffness_integrator()

opencarp::mech_stiffness_integrator::mech_stiffness_integrator ( MaterialType inp_mat)
inline

Definition at line 63 of file mechanic_integrators.h.

Member Function Documentation

◆ dpn()

void opencarp::mech_stiffness_integrator::dpn ( mesh_int_t row_dpn,
mesh_int_t col_dpn 
)
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.

Here is the caller graph for this function:

◆ operator()()

void opencarp::mech_stiffness_integrator::operator() ( const SF::element_view< mesh_int_t, mesh_real_t > &  elem,
SF::dmat< double > &  buff 
)
virtual

Calculate mech stiffness matrix for a given element at each node.

Parameters
elemElement from reference mesh
buffBuffer for stiffness matrix

Implements SF::matrix_integrator< mesh_int_t, mesh_real_t >.

Definition at line 324 of file mechanic_integrators.cc.


The documentation for this class was generated from the following files: