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

#include <electric_integrators.h>

Inheritance diagram for opencarp::elec_stiffness_integrator:
Collaboration diagram for opencarp::elec_stiffness_integrator:

Public Member Functions

 elec_stiffness_integrator (MaterialType &inp_mat)
 
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)
 return (by reference) the row and column dimensions More...
 

Detailed Description

Definition at line 41 of file electric_integrators.h.

Constructor & Destructor Documentation

◆ elec_stiffness_integrator()

opencarp::elec_stiffness_integrator::elec_stiffness_integrator ( MaterialType inp_mat)
inline

Definition at line 57 of file electric_integrators.h.

Member Function Documentation

◆ dpn()

void opencarp::elec_stiffness_integrator::dpn ( mesh_int_t row_dpn,
mesh_int_t col_dpn 
)
virtual

return (by reference) the row and column dimensions

Implements SF::matrix_integrator< mesh_int_t, mesh_real_t >.

Definition at line 255 of file electric_integrators.cc.

Here is the caller graph for this function:

◆ operator()()

void opencarp::elec_stiffness_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 155 of file electric_integrators.cc.

Here is the caller graph for this function:

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