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

data structure to manage state variable file dumps More...

#include <MULTI_ION_IF.h>

Collaboration diagram for limpet::SV_DUMP:

Public Attributes

int active
 
int n
 #state variables we want to dump More...
 
opencarp::FILE_SPEChdls
 array of file handles to sv output files More...
 
char ** fn
 array to store file names More...
 
int * reg
 array to store region ids More...
 
char ** svnames
 array to store sv names More...
 
double intv
 time interval for sv dumps More...
 
double t_dump
 next instant for sv dump More...
 
int n_dumps
 keep track of number of dumped time slices More...
 
long nwr
 keep track of number of written tokens More...
 
int * offset
 offsets into structure for SV More...
 
int * size
 sizes of SV to dump More...
 
int * dtype
 data type More...
 
int * num
 number of nodes More...
 
void ** svtab
 state variable tables More...
 
size_t * svsize
 state variable sizes More...
 

Detailed Description

data structure to manage state variable file dumps

stores all the information related to dumping sv's into files

Definition at line 160 of file MULTI_ION_IF.h.

Member Data Documentation

◆ active

int limpet::SV_DUMP::active

Definition at line 161 of file MULTI_ION_IF.h.

◆ dtype

int* limpet::SV_DUMP::dtype

data type

Definition at line 173 of file MULTI_ION_IF.h.

◆ fn

char** limpet::SV_DUMP::fn

array to store file names

Definition at line 164 of file MULTI_ION_IF.h.

◆ hdls

opencarp::FILE_SPEC* limpet::SV_DUMP::hdls

array of file handles to sv output files

Definition at line 163 of file MULTI_ION_IF.h.

◆ intv

double limpet::SV_DUMP::intv

time interval for sv dumps

Definition at line 167 of file MULTI_ION_IF.h.

◆ n

int limpet::SV_DUMP::n

#state variables we want to dump

Definition at line 162 of file MULTI_ION_IF.h.

◆ n_dumps

int limpet::SV_DUMP::n_dumps

keep track of number of dumped time slices

Definition at line 169 of file MULTI_ION_IF.h.

◆ num

int* limpet::SV_DUMP::num

number of nodes

Definition at line 174 of file MULTI_ION_IF.h.

◆ nwr

long limpet::SV_DUMP::nwr

keep track of number of written tokens

Definition at line 170 of file MULTI_ION_IF.h.

◆ offset

int* limpet::SV_DUMP::offset

offsets into structure for SV

Definition at line 171 of file MULTI_ION_IF.h.

◆ reg

int* limpet::SV_DUMP::reg

array to store region ids

Definition at line 165 of file MULTI_ION_IF.h.

◆ size

int* limpet::SV_DUMP::size

sizes of SV to dump

Definition at line 172 of file MULTI_ION_IF.h.

◆ svnames

char** limpet::SV_DUMP::svnames

array to store sv names

Definition at line 166 of file MULTI_ION_IF.h.

◆ svsize

size_t* limpet::SV_DUMP::svsize

state variable sizes

Definition at line 176 of file MULTI_ION_IF.h.

◆ svtab

void** limpet::SV_DUMP::svtab

state variable tables

Definition at line 175 of file MULTI_ION_IF.h.

◆ t_dump

double limpet::SV_DUMP::t_dump

next instant for sv dump

Definition at line 168 of file MULTI_ION_IF.h.


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