SIMLIB/C++  3.07
Namespaces | Functions | Variables
intg.cc File Reference

Integrator block implementation. More...

#include "simlib.h"
#include "internal.h"
#include <cmath>
Include dependency graph for intg.cc:

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...
 

Detailed Description

Integrator block implementation.

Definition in file intg.cc.