cashocs.nonlinear_solvers#
Custom solvers for nonlinear equations.
This module has custom solvers for nonlinear PDEs, including a damped Newton method and a Picard iteration for coupled problems.
Functions
|
Solves a linear problem. |
|
Solves a nonlinear problem with Newton's method. |
|
Solves a system of coupled PDEs via a Picard iteration. |
|
Solve a nonlinear PDE problem with PETSc SNES. |
|
Solve a nonlinear PDE problem with PETSc TS and pseudo time stepping. |
Modules
Linear solver for linear PDEs. |
|
Newton solver for nonlinear PDEs. |
|
A Picard iteration for coupled PDEs. |
|
Interface for the PETSc SNES solver for nonlinear equations. |
|
Interface for the PETSc TS solver for pseudo time stepping. |