openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
FEM integrators fo electrics. More...
#include "electric_integrators.h"
Go to the source code of this file.
Namespaces | |
opencarp | |
Macros | |
#define | ELEC_STIFFNESS 1 |
#define | ELEC_MASS 2 |
Functions | |
int | opencarp::get_preferred_int_order (SF::elem_t &etype, int mat_type) |
void | opencarp::print_element_info (const SF::element_view< mesh_int_t, mesh_real_t > &elem, const int *reg, const double vol, const double *eVals, const char *msg_start) |
void | opencarp::get_conductivity_evals (const elecMaterial &emat, const bool is_bath, double *evals) |
void | opencarp::get_conductivity (const double *evals, const SF::Point *f, const SF::Point *s, SF::dmat< double > &cond) |
void | opencarp::print_points (SF::Point *pts, int npts) |
#define ELEC_MASS 2 |
Definition at line 32 of file electric_integrators.cc.
#define ELEC_STIFFNESS 1 |
Definition at line 31 of file electric_integrators.cc.