#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] |
It also contains events suitable to most generic PDE solvers too.
Definition at line 39 of file MechanicsEventHandler.hpp.
Definition of mechanics event types.
Definition at line 44 of file MechanicsEventHandler.hpp.
const char * MechanicsEventHandler::EventName [static] |
Initial value:
{ "Assemble", "Solve", "Update", "AllMech", "NonMech", "Output", "Total" }
Definition at line 56 of file MechanicsEventHandler.hpp.