OGS
CreateNewtonRaphsonSolverParameters.h
Go to the documentation of this file.
1
10#pragma once
11
12namespace BaseLib
13{
14class ConfigTree;
15}
16
17namespace NumLib
18{
19struct NewtonRaphsonSolverParameters;
20
21NewtonRaphsonSolverParameters createNewtonRaphsonSolverParameters(
22 BaseLib::ConfigTree const& config);
23} // namespace NumLib
NewtonRaphsonSolverParameters createNewtonRaphsonSolverParameters(BaseLib::ConfigTree const &config)