Skip to main content

Module initial_condition_options

Module initial_condition_options 

Source
Expand description

Options for the initial condition solver used before integration.

This module defines InitialConditionSolverOptions, a handle obtained via OdeWrapper::get_ic_options. It provides getters and setters for configuring the nonlinear root-finding solver that computes the initial state of the ODE system:

Also includes InitialConditionSolverOptionsSnapshot, a serializable snapshot used for serde round-tripping of solver configuration.

Structsยง

InitialConditionSolverOptions
InitialConditionSolverOptionsSnapshot