|
KASKADE 7 development version
|
Active stress generation from XX. More...
#include <membraneModels.hh>
Active stress generation from XX.
Definition at line 796 of file membraneModels.hh.
Public Types | |
| typedef Dune::FieldVector< double, nState > | State |
| Vector type holding the internal variables. More... | |
| typedef Dune::FieldVector< double, nTrigger > | Trigger |
| Vector type holding trigger variables. More... | |
| typedef Dune::FieldMatrix< double, nState, nState > | StateJacobian |
| Matrix type for the Jacobian of the State dynamics. More... | |
| typedef Dune::FieldMatrix< double, nState, nTrigger > | StateTriggerJacobian |
| Matrix type for the derivative of the state dynamics wrt the triggers. More... | |
Public Member Functions | |
| XXstress () | |
| double | stress (State const &s) const |
| State | state (State const &s, Trigger const &t) const |
| std::string const & | name () const |
| Human-readable name of the active stress model. More... | |
| State const & | restState () const |
| Value of the resting state fixed point. More... | |
| StateJacobian | state_ds (State const &s, Trigger const &t) const |
| The deriviative of internal state dynamics wrt state variables. More... | |
| StateTriggerJacobian | state_dt (State const &s, Trigger const &t) const |
| The deriviative of internal state dynamics wrt trigger variables. More... | |
| State | stress_ds (State const &s) const |
| The derivative of stress wrt state variables. More... | |
Static Public Attributes | |
| static int const | nState |
| Number of internal state variables. More... | |
| static int const | nTrigger |
| Number of trigger variables. More... | |
|
inherited |
Vector type holding the internal variables.
Definition at line 687 of file membraneModels.hh.
|
inherited |
Matrix type for the Jacobian of the State dynamics.
Definition at line 697 of file membraneModels.hh.
|
inherited |
Matrix type for the derivative of the state dynamics wrt the triggers.
Definition at line 702 of file membraneModels.hh.
|
inherited |
Vector type holding trigger variables.
Definition at line 692 of file membraneModels.hh.
|
inline |
Definition at line 799 of file membraneModels.hh.
|
inlineinherited |
Human-readable name of the active stress model.
Definition at line 719 of file membraneModels.hh.
|
inlineinherited |
Value of the resting state fixed point.
Definition at line 724 of file membraneModels.hh.
Definition at line 806 of file membraneModels.hh.
|
inlineinherited |
The deriviative of internal state dynamics wrt state variables.
| s | state variables |
| t | trigger variables |
Definition at line 731 of file membraneModels.hh.
|
inlineinherited |
The deriviative of internal state dynamics wrt trigger variables.
| s | state variables |
| t | trigger variables |
Definition at line 752 of file membraneModels.hh.
|
inline |
Definition at line 801 of file membraneModels.hh.
|
inlineinherited |
The derivative of stress wrt state variables.
| s | state variables |
| t | trigger variables |
Definition at line 774 of file membraneModels.hh.
|
staticinherited |
Number of internal state variables.
Definition at line 677 of file membraneModels.hh.
|
staticinherited |
Number of trigger variables.
Definition at line 682 of file membraneModels.hh.