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

#include <sim_utils.h>

Collaboration diagram for opencarp::async_io_item:

Public Attributes

sf_vecdata
 
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_trestr_petsc_idx
 pointer to index vector with nodal indices we restrict to. More...
 

Detailed Description

Definition at line 279 of file sim_utils.h.

Member Data Documentation

◆ data

sf_vec* opencarp::async_io_item::data

Definition at line 280 of file sim_utils.h.

◆ IO_id

int opencarp::async_io_item::IO_id

pointer to data registered for output

Definition at line 281 of file sim_utils.h.

◆ restr_idx

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.

◆ restr_petsc_idx

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.


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