4.5.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 or BackendBase) – The backend used for numerical operations

name = 'adams-bashforth'