Struct ArkExplicitIntegrator::IntegratorOptions#

Nested Relationships#

This struct is a nested type of Class ArkExplicitIntegrator.

Inheritance Relationships#

Base Type#

Struct Documentation#

struct IntegratorOptions : public Karana::Math::Integrator::IntegratorOptions#

Struct with options for this integrator

Public Functions

inline IntegratorOptions &operator=(const IntegratorOptions &p)#
inline virtual ~IntegratorOptions()#

Public Members

double rtol = 1e-4#
double atol = 1e-8#
Vec atol_vec#
long max_num_steps = 500#

Maximum number of steps the solver can take before erroring.

NLSOLVER nlsolver = NLSOLVER::FIXEDPOINT#
METHOD method = METHOD::ZONNEVELD#