#include <CState.h>
List of all members.
Constructor & Destructor Documentation
CState::CState |
( |
const CState & |
src | ) |
|
Copy constructor
- Parameters:
-
Member Function Documentation
C_FLOAT64 * CState::beginDependent |
( |
| ) |
|
Retrieve the array of pointers of values of all dependent entities, which are only dependent species for a reduced model.
- Returns:
- C_FLOAT64 * dependentValues
const C_FLOAT64 * CState::beginDependent |
( |
| ) |
const |
Retrieve the array of pointers of values of all dependent entities, which are only dependent species for a reduced model.
- Returns:
- const C_FLOAT64 * dependentValues
C_FLOAT64 * CState::beginFixed |
( |
| ) |
|
Retrieve the array of pointers of values of all fixed entities.
- Returns:
- C_FLOAT64 * fixedValues
const C_FLOAT64 * CState::beginFixed |
( |
| ) |
const |
Retrieve the array of pointers of values of all fixed entities.
- Returns:
- const C_FLOAT64 * fixedValues
C_FLOAT64 * CState::beginIndependent |
( |
| ) |
|
Retrieve the array of pointers of values of all independent entities.
- Returns:
- C_FLOAT64 * independentValues
const C_FLOAT64 * CState::beginIndependent |
( |
| ) |
const |
Retrieve the array of pointers of values of all independent entities.
- Returns:
- const C_FLOAT64 * independentValues
C_FLOAT64 * CState::endDependent |
( |
| ) |
|
Retrieve pointer just beyond the values of all dependent entities.
- Returns:
- C_FLOAT64 * endDependentValues
const C_FLOAT64 * CState::endDependent |
( |
| ) |
const |
Retrieve pointer just beyond the values of all dependent entities.
- Returns:
- const C_FLOAT64 * endDependentValues
C_FLOAT64 * CState::endFixed |
( |
| ) |
|
Retrieve pointer just beyond the values of all fixed entities.
- Returns:
- C_FLOAT64 * endFixedValues
const C_FLOAT64 * CState::endFixed |
( |
| ) |
const |
Retrieve pointer just beyond the values of all fixed entities.
- Returns:
- const C_FLOAT64 * endFixedValues
C_FLOAT64 * CState::endIndependent |
( |
| ) |
|
Retrieve pointer just beyond the values of all independent entities.
- Returns:
- C_FLOAT64 * endIndependentValues
const C_FLOAT64 * CState::endIndependent |
( |
| ) |
const |
Retrieve pointer just beyond the values of all independent entities.
- Returns:
- const C_FLOAT64 * endIndependentValues
unsigned C_INT32 CState::getNumDependent |
( |
| ) |
const |
Retrieve the number of dependent entities.
- Returns:
- unsigned C_INT32 numDependent
unsigned C_INT32 CState::getNumFixed |
( |
| ) |
const |
Retrieve the number of fixed entities.
- Returns:
- unsigned C_INT32 numFixed
unsigned C_INT32 CState::getNumIndependent |
( |
| ) |
const |
Retrieve the number of independent entities.
- Returns:
- unsigned C_INT32 numIndependent
unsigned C_INT32 CState::getNumVariable |
( |
| ) |
const |
Retrieve the number of variable entities, i.e., the sum of independent and dependent variables.
- Returns:
- unsigned C_INT32 numVariable
const C_FLOAT64 & CState::getTime |
( |
| ) |
const |
Retrieve the time of the state
- Returns:
- const C_FLOAT64 & time
Assignment operator
- Parameters:
-
- Returns:
- CState & lhs
C_FLOAT64 * CState::resize |
( |
const unsigned C_INT32 & |
size | ) |
[protected] |
void CState::setTime |
( |
const C_FLOAT64 & |
time | ) |
|
Set the time of the state
- Parameters:
-
void CState::updateIterator |
( |
const unsigned C_INT32 & |
numIndependent, |
|
|
const unsigned C_INT32 & |
numDependent, |
|
|
const unsigned C_INT32 & |
numFixed |
|
) |
| [protected] |
Update the pointers to the different types of entities
- Parameters:
-
const | unsigned C_INT32 & numIndependent |
const | unsigned C_INT32 & numDependent |
const | unsigned C_INT32 & numFixed |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CState & |
s |
|
) |
| [friend] |
The documentation for this class was generated from the following files: