4.4.1 pde.solvers.adams_bashforth module

Defines an explicit Adams-Bashforth solver

class AdamsBashforthSolver(pde, *, backend='auto')[source]

Bases: SolverBase

explicit Adams-Bashforth multi-step solver

Parameters:
  • pde (PDEBase) – The partial differential equation that should be solved

  • backend (str) – Determines how the function is created. Accepted values are ‘numpy` and ‘numba’. Alternatively, ‘auto’ lets the code decide for the most optimal backend.

info: dict[str, Any]
name = 'adams–bashforth'