Skip to content
Snippets Groups Projects
Commit 2f54e5f1 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[NL] make docu scripts recognize Picard nonlinear solver

parent 303e5e91
No related branches found
No related tags found
No related merge requests found
......@@ -319,6 +319,7 @@ createNonlinearSolver(GlobalLinearSolver& linear_solver,
//! \ogs_file_param{prj__nonlinear_solvers__nonlinear_solver__max_iter}
auto const max_iter = config.getConfigParameter<unsigned>("max_iter");
//! \ogs_file_param_special{prj__nonlinear_solvers__nonlinear_solver__Picard}
if (type == "Picard") {
auto const tag = NonlinearSolverTag::Picard;
using ConcreteNLS = NonlinearSolver<tag>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment