#include <CardiacElectroMechProbRegularGeom.hpp>
Public Member Functions | |
CardiacElectroMechProbRegularGeom (double width, unsigned numMechanicsElementsEachDir, unsigned numElectricsElementsEachDir, AbstractCardiacCellFactory< DIM > *pCellFactory, double endTime, unsigned numElecTimeStepsPerMechTimestep, double nhsOdeTimeStep, std::string outputDirectory="") |
Definition at line 40 of file CardiacElectroMechProbRegularGeom.hpp.
CardiacElectroMechProbRegularGeom< DIM >::CardiacElectroMechProbRegularGeom | ( | double | width, | |
unsigned | numMechanicsElementsEachDir, | |||
unsigned | numElectricsElementsEachDir, | |||
AbstractCardiacCellFactory< DIM > * | pCellFactory, | |||
double | endTime, | |||
unsigned | numElecTimeStepsPerMechTimestep, | |||
double | nhsOdeTimeStep, | |||
std::string | outputDirectory = "" | |||
) | [inline] |
Constructor.
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 | |
numElecTimeStepsPerMechTimestep | simple ratio | |
nhsOdeTimeStep | Step size for NHS (Niederer, Hunter, Smith) model of active tension in cardiac cells. | |
outputDirectory | the output directory |
Definition at line 56 of file CardiacElectroMechProbRegularGeom.hpp.
References TetrahedralMesh< ELEMENT_DIM, SPACE_DIM >::ConstructRectangularMesh(), AbstractMesh< ELEMENT_DIM, SPACE_DIM >::GetNumNodes(), CardiacElectroMechanicsProblem< DIM >::mFixedNodes, CardiacElectroMechanicsProblem< DIM >::mpElectricsMesh, CardiacElectroMechanicsProblem< DIM >::mpMechanicsMesh, and AbstractMesh< ELEMENT_DIM, SPACE_DIM >::Scale().