Solvers: fixed steps¤ S = TypeVar('S') module-attribute ¤ T = TypeVar('T') module-attribute ¤ __all__ = ['solve_fixed_grid'] module-attribute ¤ solve_fixed_grid(*, solver: solver_protocols.Solver) -> Callable[..., solver_protocols.Solution] ¤ Solve an initial value problem on a fixed, pre-determined grid.