#include <HeartEventHandler.hpp>
Inherits GenericEventHandler< 16, HeartEventHandler >.
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] |
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 40 of file HeartEventHandler.hpp.
Definition of heart event types.
Definition at line 48 of file HeartEventHandler.hpp.
const char * HeartEventHandler::EventName [static] |
{ "InMesh", "Init", "AssSys", "Ode", "Comms", "AssRhs", "NeuBCs", "DirBCs", "Ksp", "Output", "DataConversion", "PostProc", "User1", "User2", "User3","Total" }
Character array holding heart event names. There are eleven heart events.
Definition at line 45 of file HeartEventHandler.hpp.