#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, POST_PROC, USER1, EVERYTHING } |
Static Public Attributes | |
static const char * | EventName [13] |
It also contains events suitable to most generic PDE solvers too.
Definition at line 41 of file HeartEventHandler.hpp.
Definition of heart event types.
Definition at line 49 of file HeartEventHandler.hpp.
const char * HeartEventHandler::EventName [static] |
Initial value:
{ "InMesh", "Init", "AssSys", "Ode", "Comms", "AssRhs", "NeuBCs", "DirBCs", "Ksp", "Output", "PostProc", "User1", "Total" }
Definition at line 46 of file HeartEventHandler.hpp.