#include <PlaneStimulusCellFactory.hpp>
Inherits AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >.
Inherited by GeneralPlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >.
Public Member Functions | |
PlaneStimulusCellFactory (double stimulusMagnitude=-600, double stimulusDuration=0.5) | |
AbstractCardiacCellInterface * | CreateCardiacCellForTissueNode (Node< SPACE_DIM > *pNode) |
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 | ( | Node< SPACE_DIM > * | pNode | ) | [inline, virtual] |
pNode | Pointer to the node. |
Implements AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >.
Definition at line 73 of file PlaneStimulusCellFactory.hpp.
References Node< SPACE_DIM >::GetPoint(), 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(), and PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::PlaneStimulusCellFactory().