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