Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <HeartEventHandler.hpp>
Public Types | |
enum | EventType { READ_MESH =0 , INITIALISE , ASSEMBLE_SYSTEM , SOLVE_ODES , COMMUNICATION , ASSEMBLE_RHS , NEUMANN_BCS , DIRICHLET_BCS , SOLVE_LINEAR_SYSTEM , WRITE_OUTPUT , DATA_CONVERSION , POST_PROC , USER1 , USER2 , USER3 , EVERYTHING } |
Static Public Attributes | |
static const char * | EventName [16] |
Additional Inherited Members | |
Static Public Member Functions inherited from GenericEventHandler< 16, HeartEventHandler > | |
static GenericEventHandler< NUM_EVENTS, HeartEventHandler > * | Instance () |
static void | Reset () |
static void | BeginEvent (unsigned event) |
static void | EndEvent (unsigned event) |
static double | GetElapsedTime (unsigned event) |
static void | Report () |
static void | Headings () |
static void | Enable () |
static void | Disable () |
static bool | IsEnabled () |
Protected Member Functions inherited from GenericEventHandler< 16, HeartEventHandler > | |
GenericEventHandler () | |
An event handler class with event types suitable for cardiac electrophysiological simulations.
It also contains events suitable to most generic PDE solvers too.
Definition at line 47 of file HeartEventHandler.hpp.
Definition of heart event types.
Definition at line 55 of file HeartEventHandler.hpp.
|
static |
Character array holding heart event names. There are eleven heart events.
Definition at line 38 of file HeartEventHandler.hpp.