Chaste Release::3.1
|
#include <AbstractCardiacMechanicsSolver.hpp>
Public Attributes | |
AbstractContractionModel * | ContractionModel |
bool | Active |
double | Stretch |
double | StretchLastTimeStep |
This struct is used to collect the three things that are stored for each physical quadrature point: a contraction model, the stretch at that point, and the stretch at the last time-step (used to compute stretch rate).
Definition at line 58 of file AbstractCardiacMechanicsSolver.hpp.
whether this quad point is active or not
Definition at line 61 of file AbstractCardiacMechanicsSolver.hpp.
Referenced by AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::Initialise().
Pointer to contraction model at this quadrature point
Definition at line 60 of file AbstractCardiacMechanicsSolver.hpp.
Referenced by ImplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), ExplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), and AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::Initialise().
Stretch (in fibre direction) at this quadrature point
Definition at line 62 of file AbstractCardiacMechanicsSolver.hpp.
Referenced by ImplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), ExplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), and AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::Initialise().
Stretch (in fibre direction) at the previous timestep, at this quadrature point
Definition at line 63 of file AbstractCardiacMechanicsSolver.hpp.
Referenced by ImplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), and AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::Initialise().