SIMLIB/C++ 3.09
Loading...
Searching...
No Matches
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

namespace  simlib3
 Implementation of class CalendarList
interface is static - using global functions in SQS namespace.
 

Functions

void simlib3::ContractStep ()
 contract step of integration
 
void simlib3::ContractStep (double time)
 contract step of integration to end step time
 
void simlib3::SetStep (double dtmin, double dtmax)
 Set integration step interval.
 
void simlib3::SetAccuracy (double abserr, double relerr)
 set max.
 
void simlib3::SetAccuracy (double relerr)
 set max.
 
void simlib3::SIMLIB_ContinueInit ()
 

Variables

const double & simlib3::MinStep =SIMLIB_MinStep
 minimal integration step
 
const double & simlib3::MaxStep =SIMLIB_MaxStep
 maximal integration step
 
const double & simlib3::StepSize =SIMLIB_StepSize
 actual integration step
 
const double & simlib3::OptStep =SIMLIB_OptStep
 optimal integration step
 
const double & simlib3::AbsoluteError =SIMLIB_AbsoluteError
 max. abs. error of integration
 
const double & simlib3::RelativeError =SIMLIB_RelativeError
 max. rel. error
 
Constant simlib3::SIMLIB_Integrator_0input (0)
 dummy input with zero value
 

Detailed Description

Integrator block implementation.

Definition in file intg.cc.