openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Namespaces | Macros | Functions
electric_integrators.cc File Reference

FEM integrators fo electrics. More...

#include "electric_integrators.h"
Include dependency graph for electric_integrators.cc:

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)
 

Detailed Description

FEM integrators fo electrics.

Author
Aurel Neic
Version
Date
2019-10-25

Definition in file electric_integrators.cc.

Macro Definition Documentation

◆ ELEC_MASS

#define ELEC_MASS   2

Definition at line 32 of file electric_integrators.cc.

◆ ELEC_STIFFNESS

#define ELEC_STIFFNESS   1

Definition at line 31 of file electric_integrators.cc.