Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <AbstractCardiacMechanicsSolver.hpp>
Public Attributes | |
AbstractContractionModel * | ContractionModel |
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.
AbstractContractionModel* DataAtQuadraturePoint_::ContractionModel |
Pointer to contraction model at this quadrature point
Definition at line 60 of file AbstractCardiacMechanicsSolver.hpp.
Referenced by ExplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), ImplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), and AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::Initialise().
double DataAtQuadraturePoint_::Stretch |
Stretch (in fibre direction) at this quadrature point
Definition at line 62 of file AbstractCardiacMechanicsSolver.hpp.
Referenced by ExplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), ImplicitCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::GetActiveTensionAndTensionDerivs(), and AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::Initialise().
double DataAtQuadraturePoint_::StretchLastTimeStep |
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().