Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <PlaneStimulusCellFactory.hpp>
Protected Attributes | |
boost::shared_ptr< SimpleStimulus > | mpStimulus |
Protected Attributes inherited from AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM > | |
boost::shared_ptr< ZeroStimulus > | mpZeroStimulus |
boost::shared_ptr< AbstractIvpOdeSolver > | mpSolver |
PlaneStimulusCellFactory provides cells within 1e-5 of x=0 with a SimpleStimulus.
Definition at line 50 of file PlaneStimulusCellFactory.hpp.
|
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.
|
inlinevirtual |
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, and AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM >::mpZeroStimulus.
|
protected |
The stimulus to apply at stimulated nodes
Definition at line 54 of file PlaneStimulusCellFactory.hpp.
Referenced by GeneralPlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::GeneralPlaneStimulusCellFactory(), and PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::PlaneStimulusCellFactory().