Chaste Release::3.1
|
#include <CellBasedEventHandler.hpp>
Public Types | |
enum | CellBasedEventType { SETUP = 0, DEATH, BIRTH, UPDATECELLPOPULATION, UPDATESIMULATION, TESSELLATION, FORCE, POSITION, OUTPUT, PDE, EVERYTHING } |
Static Public Attributes | |
static const char * | EventName [11] |
A cell_based event class that can be used to calculate the time taken to execute various parts of a cell-based simulation.
Definition at line 44 of file CellBasedEventHandler.hpp.
Definition of cell_based event types.
Definition at line 52 of file CellBasedEventHandler.hpp.
const char * CellBasedEventHandler::EventName [static] |
{ "Setup", "Death", "Birth", "Update_Pop", "Update_Sim", "Tessellate", "Force", "Position", "Output", "Pde", "Total" }
Character array holding cell_based event names. There are eleven cell_based events.
Definition at line 49 of file CellBasedEventHandler.hpp.