ogstools.ogs6py.nonlinsolvers module#

class ogstools.ogs6py.nonlinsolvers.NonLinSolvers[source]#

Bases: BuildTree

Adds a non-linearsolver section in the project file.

__init__(tree)[source]#
add_non_lin_solver(**args)[source]#

Add a nonlinear solver.

Parameters#

namestr

name

typestr

one of Picard, Newton or PETScSNES

max_iterint or str

maximum iteraterion

linear_solverstr

linear solver configuration to chose

dampingfloat or str

damping for newton step