openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <sim_utils.h>
Public Attributes | |
sf_vec * | data |
int | IO_id |
pointer to data registered for output More... | |
const SF::vector< mesh_int_t > * | restr_idx |
when using asyncIO, here we store the different IDs associated to the vectors we output More... | |
SF::vector< mesh_int_t > | restr_petsc_idx |
pointer to index vector with nodal indices we restrict to. More... | |
Definition at line 279 of file sim_utils.h.
sf_vec* opencarp::async_io_item::data |
Definition at line 280 of file sim_utils.h.
int opencarp::async_io_item::IO_id |
pointer to data registered for output
Definition at line 281 of file sim_utils.h.
const SF::vector<mesh_int_t>* opencarp::async_io_item::restr_idx |
when using asyncIO, here we store the different IDs associated to the vectors we output
Definition at line 282 of file sim_utils.h.
SF::vector<mesh_int_t> opencarp::async_io_item::restr_petsc_idx |
pointer to index vector with nodal indices we restrict to.
Definition at line 283 of file sim_utils.h.