|
SIMLIB/C++
3.07
|
Integrator block implementation. More...

Go to the source code of this file.
Namespaces | |
| simlib3 | |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Functions | |
| void | simlib3::ContractStep () |
| contract step of integration More... | |
| void | simlib3::ContractStep (double time) |
| contract step of integration to end step time More... | |
| void | simlib3::SetStep (double dtmin, double dtmax) |
| Set integration step interval. More... | |
| void | simlib3::SetAccuracy (double abserr, double relerr) |
| set max. More... | |
| void | simlib3::SetAccuracy (double relerr) |
| set max. More... | |
| void | simlib3::SIMLIB_ContinueInit () |
Variables | |
| const double & | simlib3::MinStep =SIMLIB_MinStep |
| minimal integration step More... | |
| const double & | simlib3::MaxStep =SIMLIB_MaxStep |
| maximal integration step More... | |
| const double & | simlib3::StepSize =SIMLIB_StepSize |
| actual integration step More... | |
| const double & | simlib3::OptStep =SIMLIB_OptStep |
| optimal integration step More... | |
| const double & | simlib3::AbsoluteError =SIMLIB_AbsoluteError |
| max. abs. error of integration More... | |
| const double & | simlib3::RelativeError =SIMLIB_RelativeError |
| max. rel. error More... | |
| Constant | simlib3::SIMLIB_Integrator_0input (0) |
| dummy input with zero value More... | |
Integrator block implementation.
Definition in file intg.cc.
1.8.13