copasi API  0.1
Public Member Functions
CSteadyStateProblem Class Reference

#include <CSteadyStateProblem.h>

Inheritance diagram for CSteadyStateProblem:
CCopasiProblem CCopasiParameterGroup CCopasiParameter CCopasiContainer CCopasiObject

List of all members.

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)

Detailed Description

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


Constructor & Destructor Documentation

CSteadyStateProblem::CSteadyStateProblem ( const CCopasiContainer pParent = NULL)

The initial state, i.e., the starting conditions of the trajectroy. was a initial state set? Default constructor.

Parameters:
constCCopasiContainer * 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.

Parameters:
const CSteadyStateProblem &src CCopasiContainer * pParent (default: NULL)

Copy constructor.

Parameters:
const CSteadyStateProblem &src
CSteadyStateProblem::~CSteadyStateProblem ( ) [virtual]

Destructor.


Member Function Documentation

bool CSteadyStateProblem::initialize ( ) [virtual]

Do all neccessary initialization so that calls to caluclate will be successful. This is called once from CCopasiTask::process()

Returns:
bool succes

Reimplemented from CCopasiProblem.

bool CSteadyStateProblem::isJacobianRequested ( ) const

Retrieve whether the jacobian is requested.

Returns:
bool jacobianRequested
bool CSteadyStateProblem::isStabilityAnalysisRequested ( ) const

Retrieve whether the stabilty analysis is requested.

Returns:
bool stabilityAnalysisRequested
void CSteadyStateProblem::load ( CReadConfig configBuffer,
CReadConfig::Mode  mode = CReadConfig::NEXT 
)

Load a trajectory problem

Parameters:
CReadConfig &configBuffer
"CReadConfig::Modemode (Default: CReadConfig::NEXT)
void CSteadyStateProblem::setJacobianRequested ( bool &  jacobianRequested)

Set whether the jacobian is requested.

Parameters:
bool& jacobianRequested

Set whether the jacobian is requested.

Parameters:
bool* jacobianRequested
void CSteadyStateProblem::setStabilityAnalysisRequested ( bool &  stabilityAnalysisRequested)

Set whether stabilty analysis is requested.

Parameters:
bool& stabilityAnalysisRequested

Set whether stabilty analysis is requested.

Parameters:
bool* stabilityAnalysisRequested

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines