Chaste Release::3.1
MechanicsEventHandler Class Reference

#include <MechanicsEventHandler.hpp>

Inheritance diagram for MechanicsEventHandler:
Collaboration diagram for MechanicsEventHandler:

List of all members.

Public Types

enum  MechanicsEventType {
  ASSEMBLE = 0, SOLVE, UPDATE, ALL_MECH,
  NON_MECH, OUTPUT, ALL
}

Static Public Attributes

static const char * EventName [7]

Detailed Description

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.


Member Enumeration Documentation

Definition of mechanics event types.

Definition at line 51 of file MechanicsEventHandler.hpp.


Member Data Documentation

const char * MechanicsEventHandler::EventName [static]
Initial value:
 { "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.


The documentation for this class was generated from the following files: