Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <GeneralPlaneStimulusCellFactory.hpp>
Additional Inherited Members | |
Protected Attributes inherited from PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM > | |
boost::shared_ptr< SimpleStimulus > | mpStimulus |
Protected Attributes inherited from AbstractCardiacCellFactory< ELEMENT_DIM, SPACE_DIM > | |
boost::shared_ptr< ZeroStimulus > | mpZeroStimulus |
boost::shared_ptr< AbstractIvpOdeSolver > | mpSolver |
GeneralPlaneStimulusCellFactory
Supplies cells with a stimuli that depend upon the number of cells and width of the mesh.
Applied to cells within 1e-5 of x=0.
Definition at line 49 of file GeneralPlaneStimulusCellFactory.hpp.
|
inline |
Constructor
numEleAcross | Number of elements across which to apply the stimulus |
meshWidth | Width of the mesh (used to calculate magnitude of stimulus) |
stimulusMagnitude | Magnitude of the applied stimulus (defaults to -1e7, modified in the constructor dependent on mesh size). |
stimulusDuration | Duration of the applied stimulus (defaults to 0.5ms). |
Definition at line 61 of file GeneralPlaneStimulusCellFactory.hpp.
References PlaneStimulusCellFactory< CELL, ELEMENT_DIM, SPACE_DIM >::mpStimulus.