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

Electrical ionics functions and LIMPET wrappers. More...

#include "ionics.h"
#include "SF_init.h"
Include dependency graph for ionics.cc:

Go to the source code of this file.

Namespaces

 opencarp
 

Functions

void opencarp::initialize_sv_dumps (limpet::MULTI_IF *pmiif, IMPregion *reg, int id, double t, double dump_dt)
 
bool opencarp::check_tags_in_elems (const SF::vector< int > &tags, SF::vector< RegionSpecs > &regspec, const char *gridname, const char *reglist)
 Check whether the tags in the region spec struct matches with an array of tags. More...
 
void opencarp::region_mask (mesh_t meshspec, SF::vector< RegionSpecs > &regspec, SF::vector< int > &regionIDs, bool mask_elem, const char *reglist)
 classify elements/points as belonging to a region More...
 
void opencarp::compute_IIF (limpet::IonIfBase &pIF, limpet::GlobalData_t **impdata, int n)
 
void * opencarp::find_SV_in_IMP (limpet::MULTI_IF *miif, const int idx, const char *IMP, const char *SV, int *offset, int *sz)
 
void opencarp::alloc_gvec_data (const int nGVcs, const int nRegs, GVecs *prmGVecs, gvec_data &glob_vecs)
 
void opencarp::init_sv_gvec (gvec_data &GVs, limpet::MULTI_IF *miif, sf_vec &tmpl, igb_output_manager &output_manager)
 
void opencarp::assemble_sv_gvec (gvec_data &gvecs, limpet::MULTI_IF *miif)
 

Detailed Description

Electrical ionics functions and LIMPET wrappers.

Author
Aurel Neic, Edward Vigmond
Version
Date
2019-10-25

Definition in file ionics.cc.