openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <ionics.h>
Public Attributes | |
char * | name |
Name of global composite sv vector. More... | |
char ** | imps |
Name of imp to which sv belongs. More... | |
char ** | svNames |
sv names of components forming global vector More... | |
int * | svInds |
store sv dump indices for each global vector More... | |
int * | svSizes |
sv size in bytes More... | |
int * | svOff |
sv size in bytes More... | |
FILE_SPEC | outf |
output file More... | |
void ** | getsv |
functions to retrieve sv More... | |
sf_vec * | ordered |
vector in which to place ordered data More... | |
char * | units |
units of sv More... | |
float | bogus |
value indicating sv not in region More... | |
Main purpose is to store information that allows to assemble a global vector based on state variables which are defined in different regions of a domain.
float opencarp::sv_data::bogus |
char** opencarp::sv_data::imps |
char* opencarp::sv_data::name |
sf_vec* opencarp::sv_data::ordered |
int* opencarp::sv_data::svInds |
char** opencarp::sv_data::svNames |