#include <FoxModel2002Modified.hpp>


Public Member Functions | |
| FoxModel2002Modified (AbstractIvpOdeSolver *pSolver, AbstractStimulusFunction *pIntracellularStimulus) | |
| double | GetIIonic () |
| void | EvaluateYDerivatives (double var_environment__time, const std::vector< double > &rY, std::vector< double > &rDY) |
Definition at line 19 of file FoxModel2002Modified.hpp.
| double FoxModel2002Modified::GetIIonic | ( | ) | [inline, virtual] |
Computes the total current flowing through the cell membrane, using the current values of the state variables.
Implements AbstractCardiacCell.
Definition at line 37 of file FoxModel2002Modified.hpp.
| void FoxModel2002Modified::EvaluateYDerivatives | ( | double | time, | |
| const std::vector< double > & | rY, | |||
| std::vector< double > & | rDY | |||
| ) | [inline, virtual] |
Method to evaluate the derivatives of the system.
| time | the current time | |
| rY | the current values of the state variables | |
| rDY | storage for the derivatives of the system; will be filled in on return |
Implements AbstractOdeSystem.
Definition at line 216 of file FoxModel2002Modified.hpp.
References AbstractOdeSystem::DumpState().
1.5.5