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

for display execution progress and statistical data of electrical solve More...

#include <sim_utils.h>

Collaboration diagram for opencarp::prog_stats:

Public Attributes

double op
 output period More...
 
double start
 output start wallclock time More...
 
double last
 last output wallclock time More...
 
double curr
 current output wallclock time More...
 

Detailed Description

for display execution progress and statistical data of electrical solve

Definition at line 264 of file sim_utils.h.

Member Data Documentation

◆ curr

double opencarp::prog_stats::curr

current output wallclock time

Definition at line 268 of file sim_utils.h.

◆ last

double opencarp::prog_stats::last

last output wallclock time

Definition at line 267 of file sim_utils.h.

◆ op

double opencarp::prog_stats::op

output period

Definition at line 265 of file sim_utils.h.

◆ start

double opencarp::prog_stats::start

output start wallclock time

Definition at line 266 of file sim_utils.h.


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