Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
Public Attributes | |
std::map< unsigned, unsigned > | theMap |
unsigned | pVariableOdeSystemIndex |
AbstractOdeSystem * | pParameterOdeSystem |
A convenience structure for recording the information passed to Configure calls.
Definition at line 87 of file CombinedOdeSystem.hpp.
AbstractOdeSystem* CombinedOdeSystem::VariableParameterMap::pParameterOdeSystem |
The ODE system whose parameters theMap refers to.
Definition at line 100 of file CombinedOdeSystem.hpp.
Referenced by CombinedOdeSystem::Configure().
unsigned CombinedOdeSystem::VariableParameterMap::pVariableOdeSystemIndex |
The index of the system whose state variables theMap refers to within our vector of subsystems.
Definition at line 98 of file CombinedOdeSystem.hpp.
Referenced by CombinedOdeSystem::Configure().
A map from state variable index to parameter index (within the vectors of state variables and parameters, respectively).
Definition at line 93 of file CombinedOdeSystem.hpp.
Referenced by CombinedOdeSystem::Configure().