spectral.get_time_integrator#
- spectral.get_time_integrator(name: str, **kwargs) TimeIntegrator[source]#
Retrieve a time integrator by name.
- Parameters:
- name
str Integrator identifier: “rk4” or “rk3”
- kwargs
Extra keyword arguments (currently unused, kept for API compatibility)
- name
- Returns:
TimeIntegratorThe requested time integrator instance