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

#include <mechanic_integrators.h>

Inheritance diagram for opencarp::mech_mass_integrator:
Collaboration diagram for opencarp::mech_mass_integrator:

Public Member Functions

void operator() (const SF::element_view< mesh_int_t, mesh_real_t > &elem, SF::dmat< double > &buff)
 compute the element matrix for a given element. More...
 
void dpn (mesh_int_t &row_dpn, mesh_int_t &col_dpn)
 ACHTUNG: HIER AENDERUNG VON MIR. More...
 

Detailed Description

Definition at line 99 of file mechanic_integrators.h.

Member Function Documentation

◆ dpn()

void opencarp::mech_mass_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 544 of file mechanic_integrators.cc.

◆ operator()()

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

compute the element matrix for a given element.

Implements SF::matrix_integrator< mesh_int_t, mesh_real_t >.

Definition at line 507 of file mechanic_integrators.cc.


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