#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 | Num elements in each direction in the mechanics mesh. | |
numElectricsElementsEachDir | Num elements in each direction in the electrics mesh |
Definition at line 49 of file CardiacElectroMechProbRegularGeom.hpp.
References CardiacElectroMechanicsProblem< DIM >::mFixedNodes, CardiacElectroMechanicsProblem< DIM >::mpElectricsMesh, and CardiacElectroMechanicsProblem< DIM >::mpMechanicsMesh.