openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
opencarp::sv_data Struct Reference

#include <ionics.h>

Collaboration diagram for opencarp::sv_data:

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_vecordered
 vector in which to place ordered data More...
 
char * units
 units of sv More...
 
float bogus
 value indicating sv not in region More...
 

Detailed Description

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.

Definition at line 131 of file ionics.h.

Member Data Documentation

◆ bogus

float opencarp::sv_data::bogus

value indicating sv not in region

Definition at line 142 of file ionics.h.

◆ getsv

void** opencarp::sv_data::getsv

functions to retrieve sv

Definition at line 139 of file ionics.h.

◆ imps

char** opencarp::sv_data::imps

Name of imp to which sv belongs.

Definition at line 133 of file ionics.h.

◆ name

char* opencarp::sv_data::name

Name of global composite sv vector.

Definition at line 132 of file ionics.h.

◆ ordered

sf_vec* opencarp::sv_data::ordered

vector in which to place ordered data

Definition at line 140 of file ionics.h.

◆ outf

FILE_SPEC opencarp::sv_data::outf

output file

Definition at line 138 of file ionics.h.

◆ svInds

int* opencarp::sv_data::svInds

store sv dump indices for each global vector

Definition at line 135 of file ionics.h.

◆ svNames

char** opencarp::sv_data::svNames

sv names of components forming global vector

Definition at line 134 of file ionics.h.

◆ svOff

int* opencarp::sv_data::svOff

sv size in bytes

Definition at line 137 of file ionics.h.

◆ svSizes

int* opencarp::sv_data::svSizes

sv size in bytes

Definition at line 136 of file ionics.h.

◆ units

char* opencarp::sv_data::units

units of sv

Definition at line 141 of file ionics.h.


The documentation for this struct was generated from the following file: