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

#include <ionics.h>

Collaboration diagram for opencarp::gvec_data:

Public Attributes

unsigned int nRegs
 number of imp regions More...
 
bool inclPS
 include PS if exists More...
 
SF::vector< sv_datavecs
 store sv dump indices for global vectors More...
 
SF::vector< int > plugin_idx
 if we use a plugin, its index in the plugins list of the IMP will be stored here, else -1. More...
 
bool rm_dumps
 remove intermediate state variable dump files More...
 

Detailed Description

Definition at line 145 of file ionics.h.

Member Data Documentation

◆ inclPS

bool opencarp::gvec_data::inclPS

include PS if exists

Definition at line 147 of file ionics.h.

◆ nRegs

unsigned int opencarp::gvec_data::nRegs

number of imp regions

Definition at line 146 of file ionics.h.

◆ plugin_idx

SF::vector<int> opencarp::gvec_data::plugin_idx

if we use a plugin, its index in the plugins list of the IMP will be stored here, else -1.

Definition at line 149 of file ionics.h.

◆ rm_dumps

bool opencarp::gvec_data::rm_dumps

remove intermediate state variable dump files

Definition at line 150 of file ionics.h.

◆ vecs

SF::vector<sv_data> opencarp::gvec_data::vecs

store sv dump indices for global vectors

Definition at line 148 of file ionics.h.


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