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

array of stat variable structures More...

#include <ION_IF.h>

Collaboration diagram for limpet::SV_TAB:

Public Attributes

int svSize
 size of structure holding SV's for a node More...
 
int numSeg
 number of unknowns More...
 
void * y
 

Detailed Description

array of stat variable structures

Definition at line 94 of file ION_IF.h.

Member Data Documentation

◆ numSeg

int limpet::SV_TAB::numSeg

number of unknowns

Definition at line 96 of file ION_IF.h.

◆ svSize

int limpet::SV_TAB::svSize

size of structure holding SV's for a node

Definition at line 95 of file ION_IF.h.

◆ y

void* limpet::SV_TAB::y

pointer to the sv array. in practice this should be casted to the SV struct specific to a given model.

Definition at line 97 of file ION_IF.h.


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