Chaste Release::3.1
|
#include <PlaneStimulusCellFactory.hpp>
Public Member Functions | |
PlaneStimulusCellFactory (double stimulusMagnitude=-600, double stimulusDuration=0.5) | |
AbstractCardiacCellInterface * | CreateCardiacCellForTissueNode (unsigned node) |
Protected Attributes | |
boost::shared_ptr< SimpleStimulus > | mpStimulus |
PlaneStimulusCellFactory provides cells within 1e-5 of x=0 with a SimpleStimulus.
Definition at line 50 of file PlaneStimulusCellFactory.hpp.
PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::PlaneStimulusCellFactory | ( | double | stimulusMagnitude = -600 , |
double | stimulusDuration = 0.5 |
||
) | [inline] |
Constructor
stimulusMagnitude | The magnitude of the simple stimulus to be applied (defaults to -600). |
stimulusDuration | The duration of the simple stimulus to be applied (defaults to 0.5ms). |
Definition at line 62 of file PlaneStimulusCellFactory.hpp.
References PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::mpStimulus.
AbstractCardiacCellInterface* PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::CreateCardiacCellForTissueNode | ( | unsigned | node | ) | [inline, virtual] |
node | The global index of a node |
Implements AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >.
Definition at line 73 of file PlaneStimulusCellFactory.hpp.
References AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >::GetMesh(), AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >::mpSolver, PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::mpStimulus, and AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >::mpZeroStimulus.
boost::shared_ptr<SimpleStimulus> PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::mpStimulus [protected] |
The stimulus to apply at stimulated nodes
Definition at line 54 of file PlaneStimulusCellFactory.hpp.
Referenced by PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::CreateCardiacCellForTissueNode(), GeneralPlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::GeneralPlaneStimulusCellFactory(), and PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::PlaneStimulusCellFactory().