cashocs.nonlinear_solvers.ts#

Interface for the PETSc TS solver for pseudo time stepping.

Functions

ts_pseudo_solve(nonlinear_form, u, bcs[, ...])

Solve a nonlinear PDE problem with PETSc TS and pseudo time stepping.

Classes

TSPseudoSolver(nonlinear_form, u, bcs[, ...])

Interface for using PETSc's TS solver for pseudo time stepping.