From 4389ac2ae0b5ccb328832d53134a3ca8eb2740ea Mon Sep 17 00:00:00 2001 From: Felix Koehler Date: Tue, 3 Sep 2024 15:57:23 +0200 Subject: [PATCH] Also add hint to constructor --- exponax/_repeated_stepper.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exponax/_repeated_stepper.py b/exponax/_repeated_stepper.py index a873159..f17c033 100644 --- a/exponax/_repeated_stepper.py +++ b/exponax/_repeated_stepper.py @@ -26,6 +26,10 @@ def __init__( Sugarcoat the utility function `repeat` in a callable PyTree for easy composition with other equinox modules. + !!! info + Performs the substepping in Fourier space to avoid unnecessary + back-and-forth transformations. + One intended usage is to get "more accurate" or "more stable" time steppers that perform substeps.