openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <sim_utils.h>
Public Attributes | |
sf_vec * | data |
const SF::vector< mesh_int_t > * | restr_idx |
pointer to data registered for output More... | |
IGBheader | igb |
pointer to index vector used for restricting output. More... | |
bool | elem_flag |
igb header we use for output More... | |
SF::mixed_tuple< mesh_t, int > | spec |
flag whether the data is elements-wise More... | |
Definition at line 271 of file sim_utils.h.
sf_vec* opencarp::sync_io_item::data |
Definition at line 272 of file sim_utils.h.
bool opencarp::sync_io_item::elem_flag |
igb header we use for output
Definition at line 275 of file sim_utils.h.
IGBheader opencarp::sync_io_item::igb |
pointer to index vector used for restricting output.
Definition at line 274 of file sim_utils.h.
const SF::vector<mesh_int_t>* opencarp::sync_io_item::restr_idx |
pointer to data registered for output
Definition at line 273 of file sim_utils.h.
SF::mixed_tuple<mesh_t, int> opencarp::sync_io_item::spec |
flag whether the data is elements-wise
Definition at line 276 of file sim_utils.h.