Skip to main content

Module solve_macros

Module solve_macros 

Source
Expand description

Internal macros for generating ODE solver option accessor methods.

This module provides macros used by the Solve trait implementation to automatically generate getter/setter methods for initial condition and ODE solver options. The macros are pub(crate) and intended only for internal use within the diffsol-c crate.