#include <CardiacElectroMechProbRegularGeom.hpp>
Public Member Functions | |
CardiacElectroMechProbRegularGeom (ContractionModel contractionModel, double width, unsigned numMechanicsElementsEachDir, unsigned numElectricsElementsEachDir, AbstractCardiacCellFactory< DIM > *pCellFactory, double endTime, double electricsPdeTimeStep, double mechanicsSolveTimestep, double contractionModelOdeTimeStep, std::string outputDirectory="") |
Definition at line 40 of file CardiacElectroMechProbRegularGeom.hpp.
CardiacElectroMechProbRegularGeom< DIM >::CardiacElectroMechProbRegularGeom | ( | ContractionModel | contractionModel, | |
double | width, | |||
unsigned | numMechanicsElementsEachDir, | |||
unsigned | numElectricsElementsEachDir, | |||
AbstractCardiacCellFactory< DIM > * | pCellFactory, | |||
double | endTime, | |||
double | electricsPdeTimeStep, | |||
double | mechanicsSolveTimestep, | |||
double | contractionModelOdeTimeStep, | |||
std::string | outputDirectory = "" | |||
) | [inline] |
Constructor.
contractionModel | contraction model (see the enum "ContractionModel" for the options). | |
width | Width and height of the square | |
numMechanicsElementsEachDir | Number of elements in each direction in the mechanics mesh | |
numElectricsElementsEachDir | Number of elements in each direction in the electrics mesh | |
pCellFactory | factory to use to create cells | |
endTime | the end time to use | |
electricsPdeTimeStep | timestep used in solving for the electrical activity | |
mechanicsSolveTimestep | how often the mechanics is solved for (should be a multiple of electrics PDE timestep) | |
contractionModelOdeTimeStep | Step size for contraction model (of active tension in cardiac cells) being used. | |
outputDirectory | the output directory |
Definition at line 58 of file CardiacElectroMechProbRegularGeom.hpp.
References AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM >::ConstructRegularSlabMesh(), AbstractMesh< ELEMENT_DIM, SPACE_DIM >::GetNumNodes(), CardiacElectroMechanicsProblem< DIM >::mFixedNodes, CardiacElectroMechanicsProblem< DIM >::mpElectricsMesh, and CardiacElectroMechanicsProblem< DIM >::mpMechanicsMesh.