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 with “Newton” follows this template:
<nonlinear_solver>
<name>basic_newton</name>
<type>Newton</type>
<max_iter>10</max_iter>
<linear_solver>linear_solver</linear_solver>
</nonlinear_solver>
The nonlinear solver of “Picard” type is an implementation of the Picard-Iteration method. The basic definition of the non-linear solver with “Picard” follows this template:
<nonlinear_solver>
<name>basic_picard</name>
<type>Picard</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.122.0
in CI job 493443
|
Last revision: September 23, 2024
Commit: [MeL/IO/XDMF] Return also computed parent data type 09baf91
| Edit this page on