|
copasi API
0.1
|
#include <CSteadyStateProblem.h>
Public Member Functions | |
| CSteadyStateProblem (const CCopasiContainer *pParent=NULL) | |
| CSteadyStateProblem (const CSteadyStateProblem &src, const CCopasiContainer *pParent=NULL) | |
| virtual | ~CSteadyStateProblem () |
| virtual bool | initialize () |
| void | setJacobianRequested (bool &jacobianRequested) |
| bool | isJacobianRequested () const |
| void | setStabilityAnalysisRequested (bool &stabilityAnalysisRequested) |
| bool | isStabilityAnalysisRequested () const |
| void | load (CReadConfig &configBuffer, CReadConfig::Mode mode=CReadConfig::NEXT) |
CSteadyStateProblem class. This class describes the steady state problem, i.e., it allows to specify for example initial conditions.
Created for Copasi by Stefan Hoops 2002
| CSteadyStateProblem::CSteadyStateProblem | ( | const CCopasiContainer * | pParent = NULL | ) |
The initial state, i.e., the starting conditions of the trajectroy. was a initial state set? Default constructor.
| const | CCopasiContainer * pParent (default: NULL) |
CSteadyStateProblem class. This class describes the steady state problem, i.e., it allows to specify for example initial conditions.
Created for Copasi by Stefan Hoops 2002 Default constructor.
| CSteadyStateProblem::CSteadyStateProblem | ( | const CSteadyStateProblem & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
Copy constructor.
| const CSteadyStateProblem & | src CCopasiContainer * pParent (default: NULL) |
Copy constructor.
| const CSteadyStateProblem & | src |
| CSteadyStateProblem::~CSteadyStateProblem | ( | ) | [virtual] |
Destructor.
| bool CSteadyStateProblem::initialize | ( | ) | [virtual] |
Do all neccessary initialization so that calls to caluclate will be successful. This is called once from CCopasiTask::process()
Reimplemented from CCopasiProblem.
| bool CSteadyStateProblem::isJacobianRequested | ( | ) | const |
Retrieve whether the jacobian is requested.
| bool CSteadyStateProblem::isStabilityAnalysisRequested | ( | ) | const |
Retrieve whether the stabilty analysis is requested.
| void CSteadyStateProblem::load | ( | CReadConfig & | configBuffer, |
| CReadConfig::Mode | mode = CReadConfig::NEXT |
||
| ) |
Load a trajectory problem
| CReadConfig & | configBuffer |
| "CReadConfig::Mode | mode (Default: CReadConfig::NEXT) |
| void CSteadyStateProblem::setJacobianRequested | ( | bool & | jacobianRequested | ) |
Set whether the jacobian is requested.
| bool | & jacobianRequested |
Set whether the jacobian is requested.
| bool | * jacobianRequested |
| void CSteadyStateProblem::setStabilityAnalysisRequested | ( | bool & | stabilityAnalysisRequested | ) |
Set whether stabilty analysis is requested.
| bool | & stabilityAnalysisRequested |
Set whether stabilty analysis is requested.
| bool | * stabilityAnalysisRequested |
1.7.5.1