spectral.get_time_integrator#

spectral.get_time_integrator(name: str, **kwargs) TimeIntegrator[source]#

Retrieve a time integrator by name.

Parameters:
namestr

Integrator identifier: “rk4” or “rk3”

kwargs

Extra keyword arguments (currently unused, kept for API compatibility)

Returns:
TimeIntegrator

The requested time integrator instance

Examples using spectral.get_time_integrator#

Aliasing Diagnostics for Fourier KdV Solver

Aliasing Diagnostics for Fourier KdV Solver