Class ArkExplicitIntegratorVars#

Inheritance Relationships#

Base Type#

Class Documentation#

class ArkExplicitIntegratorVars : public Karana::Integrators::SundialsIntegratorVars#

The Vars for the ArkExplicitIntegrator class.

Public Functions

ArkExplicitIntegratorVars(const kc::ks_ptr<const ArkExplicitIntegrator> &integ)#

ArkExplicitIntegratorVars constructor. The constructor is not meant to be called directly. Please use the create(…) method instead to create an instance.

Parameters:

integ – The integrator associated with this ArkExplicitIntegratorVars.

~ArkExplicitIntegratorVars() = default#

Destructor.

virtual kc::NestedVars getAllVars() const override#

Get all the Vars that this VarHolder has.

Returns:

A map of Vars, where the Var name is the key and the Var is the value.

Public Static Functions

static kc::ks_ptr<ArkExplicitIntegratorVars> create(const kc::ks_ptr<const ArkExplicitIntegrator> &integ)#

Create an instance of the ArkExplicitIntegratorVars.

Parameters:

integ – The ArkExplicit integrator associated with this ArkExplicitIntegratorVars.

Returns:

A pointer to the newly created instance of ArkExplicitIntegratorVars.