cashocs.nonlinear_solvers.snes#

Interface for the PETSc SNES solver for nonlinear equations.

Functions

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

Solve a nonlinear PDE problem with PETSc SNES.

Classes

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

Interface for using PETSc's SNES solver.