![]() |
OGS
|
|
#include "CreateNonlinearSolver.h"#include <spdlog/fmt/ranges.h>#include <boost/algorithm/string.hpp>#include <memory>#include "BaseLib/ConfigTree.h"#include "BaseLib/Error.h"#include "DampingReductionStrategy.h"#include "FixedDampingStrategy.h"#include "PETScNonlinearSolver.h"Go to the source code of this file.
Namespaces | |
| namespace | NumLib |
Functions | |
| std::pair< std::unique_ptr< NonlinearSolverBase >, NonlinearSolverTag > | NumLib::createNonlinearSolver (GlobalLinearSolver &linear_solver, BaseLib::ConfigTree const &config) |