openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
data structure to manage trace dumps. Should eventually be combined with the state variable dumps, but I'm keeping it separate for now for my own sanity. More...
#include <MULTI_ION_IF.h>
Public Attributes | |
bool | found |
found on this node More... | |
bool | ignored |
globally not found More... | |
int | node_idx |
local node number More... | |
int | region |
opencarp::FILE_SPEC | file |
data structure to manage trace dumps. Should eventually be combined with the state variable dumps, but I'm keeping it separate for now for my own sanity.
Definition at line 184 of file MULTI_ION_IF.h.
opencarp::FILE_SPEC limpet::Trace_Info::file |
Definition at line 189 of file MULTI_ION_IF.h.
bool limpet::Trace_Info::found |
found on this node
Definition at line 185 of file MULTI_ION_IF.h.
bool limpet::Trace_Info::ignored |
globally not found
Definition at line 186 of file MULTI_ION_IF.h.
int limpet::Trace_Info::node_idx |
local node number
Definition at line 187 of file MULTI_ION_IF.h.
int limpet::Trace_Info::region |
Definition at line 188 of file MULTI_ION_IF.h.