#include <SimpleBathProblemSetup.hpp>
Inherits AbstractCardiacCellFactory< DIM >.
Public Member Functions | |
BathCellFactory (double stimulusMagnitude, c_vector< double, DIM > stimulatedPoint) | |
AbstractCardiacCellInterface * | CreateCardiacCellForTissueNode (Node< DIM > *pNode) |
Private Attributes | |
boost::shared_ptr< SimpleStimulus > | mpStimulus |
c_vector< double, DIM > | mStimulatedPoint |
A simple cell factory for bath problems, applying a SimpleStimulus for 0.5ms at a single point.
Definition at line 54 of file SimpleBathProblemSetup.hpp.
BathCellFactory< DIM, CELLTYPE >::BathCellFactory | ( | double | stimulusMagnitude, | |
c_vector< double, DIM > | stimulatedPoint | |||
) | [inline] |
stimulusMagnitude | ||
stimulatedPoint | spatial co-ordinates of where to stimulate. Must correspond to a node location. |
Definition at line 69 of file SimpleBathProblemSetup.hpp.
AbstractCardiacCellInterface* BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode | ( | Node< DIM > * | pNode | ) | [inline] |
pNode | pointer to Node object for cell. |
Definition at line 80 of file SimpleBathProblemSetup.hpp.
References Node< SPACE_DIM >::GetPoint(), Node< SPACE_DIM >::GetRegion(), HeartRegionCode::IsRegionTissue(), AbstractCardiacCellFactory< DIM >::mpSolver, BathCellFactory< DIM, CELLTYPE >::mpStimulus, AbstractCardiacCellFactory< DIM >::mpZeroStimulus, and BathCellFactory< DIM, CELLTYPE >::mStimulatedPoint.
boost::shared_ptr<SimpleStimulus> BathCellFactory< DIM, CELLTYPE >::mpStimulus [private] |
The stimulus to apply
Definition at line 58 of file SimpleBathProblemSetup.hpp.
Referenced by BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode().
c_vector<double,DIM> BathCellFactory< DIM, CELLTYPE >::mStimulatedPoint [private] |
and where to apply it
Definition at line 60 of file SimpleBathProblemSetup.hpp.
Referenced by BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode().