![]() |
Chaste Commit::675f9facbe008c5eacb9006feaeb6423206579ea
|
#include <SimpleBathProblemSetup.hpp>
Inheritance diagram for BathCellFactory< DIM, CELLTYPE >:
Collaboration diagram for BathCellFactory< DIM, CELLTYPE >:Private Attributes | |
| boost::shared_ptr< SimpleStimulus > | mpStimulus |
| c_vector< double, DIM > | mStimulatedPoint |
Additional Inherited Members | |
Protected Attributes inherited from AbstractCardiacCellFactory< DIM > | |
| boost::shared_ptr< ZeroStimulus > | mpZeroStimulus |
| boost::shared_ptr< AbstractIvpOdeSolver > | mpSolver |
A simple cell factory for bath problems, applying a SimpleStimulus for 0.5ms at a single point.
Definition at line 56 of file SimpleBathProblemSetup.hpp.
|
inline |
| stimulusMagnitude | |
| stimulatedPoint | spatial co-ordinates of where to stimulate. Must correspond to a node location. |
Definition at line 70 of file SimpleBathProblemSetup.hpp.
|
inline |
| pNode | pointer to Node object for cell. |
Definition at line 81 of file SimpleBathProblemSetup.hpp.
References Node< SPACE_DIM >::GetPoint(), Node< SPACE_DIM >::GetRegion(), HeartRegionCode::IsRegionTissue(), AbstractCardiacCellFactory< DIM >::mpSolver, AbstractCardiacCellFactory< DIM >::mpZeroStimulus, and BathCellFactory< DIM, CELLTYPE >::mStimulatedPoint.
|
private |
The stimulus to apply
Definition at line 60 of file SimpleBathProblemSetup.hpp.
|
private |
and where to apply it
Definition at line 62 of file SimpleBathProblemSetup.hpp.
Referenced by BathCellFactory< DIM, CELLTYPE >::CreateCardiacCellForTissueNode().