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

#include <sim_utils.h>

Collaboration diagram for opencarp::sync_io_item:

Public Attributes

sf_vecdata
 
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...
 

Detailed Description

Definition at line 271 of file sim_utils.h.

Member Data Documentation

◆ data

sf_vec* opencarp::sync_io_item::data

Definition at line 272 of file sim_utils.h.

◆ elem_flag

bool opencarp::sync_io_item::elem_flag

igb header we use for output

Definition at line 275 of file sim_utils.h.

◆ igb

IGBheader opencarp::sync_io_item::igb

pointer to index vector used for restricting output.

Definition at line 274 of file sim_utils.h.

◆ restr_idx

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.

◆ spec

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.


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