#include <AbstractConvergenceTester.hpp>
Public Member Functions | |
QuarterStimulusCellFactory (double meshWidth) | |
AbstractCardiacCell * | CreateCardiacCellForTissueNode (unsigned node) |
Private Attributes | |
boost::shared_ptr< SimpleStimulus > | mpStimulus |
double | mMeshWidth |
Definition at line 70 of file AbstractConvergenceTester.hpp.
QuarterStimulusCellFactory< CELL, DIM >::QuarterStimulusCellFactory | ( | double | meshWidth | ) | [inline] |
Constructor
meshWidth | x-width of mesh |
Definition at line 83 of file AbstractConvergenceTester.hpp.
AbstractCardiacCell* QuarterStimulusCellFactory< CELL, DIM >::CreateCardiacCellForTissueNode | ( | unsigned | node | ) | [inline, virtual] |
Create cell model
node | Global node index |
Implements AbstractCardiacCellFactory< DIM >.
Definition at line 100 of file AbstractConvergenceTester.hpp.
References AbstractCardiacCellFactory< DIM >::GetMesh(), AbstractMesh< ELEMENT_DIM, SPACE_DIM >::GetNode(), QuarterStimulusCellFactory< CELL, DIM >::mMeshWidth, AbstractCardiacCellFactory< DIM >::mpSolver, QuarterStimulusCellFactory< CELL, DIM >::mpStimulus, and AbstractCardiacCellFactory< DIM >::mpZeroStimulus.
boost::shared_ptr<SimpleStimulus> QuarterStimulusCellFactory< CELL, DIM >::mpStimulus [private] |
define a new stimulus
Definition at line 74 of file AbstractConvergenceTester.hpp.
Referenced by QuarterStimulusCellFactory< CELL, DIM >::CreateCardiacCellForTissueNode().
double QuarterStimulusCellFactory< CELL, DIM >::mMeshWidth [private] |
Width (x-width) of mesh
Definition at line 76 of file AbstractConvergenceTester.hpp.
Referenced by QuarterStimulusCellFactory< CELL, DIM >::CreateCardiacCellForTissueNode().