Module stiffness

Module stiffness 

Source
Expand description

Stiffness detection utilities for ODE solvers

This module provides algorithms and data structures for detecting stiffness in ODE systems and making intelligent method switching decisions.

Modules§

integration
Integration-related stiffness detection utilities

Structs§

IndicatorWeights
Weight factors for different stiffness indicators
MethodSwitchInfo
Provides information about method switching for diagnostic purposes
StiffnessDetectionConfig
Configuration for stiffness detection
StiffnessDetector
Enhanced stiffness detector that uses multiple indicators

Enums§

StiffnessDetectionMethod
Detection method for stiffness analysis