This page is a work in progress.
It was published in this state to make existing content available to users and highlight missing parts to contributors.
Contributors: please see Documentation Contribution Guide to contribute to the documentation.
Users: the content of this page has been verified and is correct. Please return later for more content!
Following non-linear solvers are available in OpenGeoSys:
The nonlinear solver of “Newton” type is an implementation of the Newton-Raphson method. The basic definition of the non-linear solver follows this template:
<nonlinear_solver>
<name>basic_newton</name>
<type>Newton</type>
<max_iter>100</max_iter>
<linear_solver>linear_solver</linear_solver>
</nonlinear_solver>
This article was written by Feliks Kiszkurno. If you are missing something or you find an error please let us know.
Generated with Hugo 0.117.0
in CI job 387530
|
Last revision: November 7, 2023
Commit: [PL/HM] clang-format 7e2f7b3
| Edit this page on