|
Programmierpraktikum NPDGL I
|
Parameter class for DestinationOutput. Mehr ...
#include <odesolver.hh>
Öffentliche Attribute | |
| int | storeSteps |
| Defines how frequently time steps are skipped for addition the set \( {\cal S}_s \) (Default: -3) | |
| double | storeInterval |
| Defines how often time instances are skipped for addition to the set \( {\cal S}_s \) (Default: -3.0) | |
| int | outputSteps |
| Defines how frequently time steps are skipped for addition the set \( {\cal S}_o \) (Default: -2) | |
| double | outputInterval |
| Defines how often time instances are skipped for addition to the set \( {\cal S}_o \) (Default: -2.0) | |
Parameter class for DestinationOutput.
An object of this class defines the sets \( {\cal S}_{o/s} \) as explained in the class description of DestinationOutput.
Defines how often time instances are skipped for addition to the set \( {\cal S}_o \) (Default: -2.0)
-1, \({\cal S}_{o,2} = \{ 0, K \}\).-2, \({\cal S}_{o,2} = \{ K \} \).-3, \({\cal S}_{o,2} = \{ \} \).The final set is given by \({\cal S}_o = {\cal S}_{o,1} \cup {\cal S}_{o,2}\) with \({\cal S}_{o,1}\) defined by outputSteps.
Defines how frequently time steps are skipped for addition the set \( {\cal S}_o \) (Default: -2)
-1, \({\cal S}_{o,1} = \{ 0, K \}\).-2, \({\cal S}_{o,1} = \{ K \} \).-3, \({\cal S}_{o,1} = \{ \} \).The final set is given by \({\cal S}_o = {\cal S}_{o,1} \cup {\cal S}_{o,2}\) with \({\cal S}_{o,2}\) defined by outputInterval.
Defines how often time instances are skipped for addition to the set \( {\cal S}_s \) (Default: -3.0)
-1, \({\cal S}_{s,2} = \{ 0, K \}\).-2, \({\cal S}_{s,2} = \{ K \} \).-3, \({\cal S}_{s,2} = \{ \} \).The final set is given by \({\cal S}_s = {\cal S}_{s,1} \cup {\cal S}_{s,2}\) with \({\cal S}_{s,1}\) defined by storeSteps.
Defines how frequently time steps are skipped for addition the set \( {\cal S}_s \) (Default: -3)
-1, \({\cal S}_{s,1} = \{ 0, K \}\).-2, \({\cal S}_{s,1} = \{ K \} \).-3, \({\cal S}_{s,1} = \{ \} \).The final set is given by \({\cal S}_s = {\cal S}_{s,1} \cup {\cal S}_{s,2}\) with \({\cal S}_{s,2}\) defined by storeInterval.
1.7.3