Struct Integrator::IntegratorOptions#
Defined in File Integrator.h
Nested Relationships#
This struct is a nested type of Class Integrator.
Inheritance Relationships#
Derived Types#
public Karana::Math::ArkExplicitIntegrator::IntegratorOptions(Struct ArkExplicitIntegrator::IntegratorOptions)public Karana::Math::CVodeIntegrator::IntegratorOptions(Struct CVodeIntegrator::IntegratorOptions)public Karana::Math::IdaIntegrator::IntegratorOptions(Struct IdaIntegrator::IntegratorOptions)
Struct Documentation#
-
struct IntegratorOptions#
A struct with integrator options. This struct can be sub-classed by specialized classes to add custom options.
Subclassed by Karana::Math::ArkExplicitIntegrator::IntegratorOptions, Karana::Math::CVodeIntegrator::IntegratorOptions, Karana::Math::IdaIntegrator::IntegratorOptions
Public Functions
-
IntegratorOptions() = default#
Constructor
-
inline IntegratorOptions(const IntegratorOptions&)#
Copy constructor
-
inline IntegratorOptions &operator=(const IntegratorOptions&)#
-
inline virtual ~IntegratorOptions()#
-
IntegratorOptions() = default#