Chaste Release::3.1
|
#include <MechanicsEventHandler.hpp>
Public Types | |
enum | MechanicsEventType { ASSEMBLE = 0, SOLVE, UPDATE, ALL_MECH, NON_MECH, OUTPUT, ALL } |
Static Public Attributes | |
static const char * | EventName [7] |
An event handler class with event types suitable for cardiac electromechanics simulations.
It also contains events suitable to most generic PDE solvers too.
Definition at line 46 of file MechanicsEventHandler.hpp.
Definition of mechanics event types.
Definition at line 51 of file MechanicsEventHandler.hpp.
const char * MechanicsEventHandler::EventName [static] |
{ "Assemble", "Solve", "Update", "AllMech", "NonMech", "Output", "Total" }
Character array holding mechanics event names. There are seven mechanics events.
Definition at line 63 of file MechanicsEventHandler.hpp.