Move local NewtonRaphson from the Material\Solid to NumLib (#1611)
The local NewtonRaphson is moved from MaterialLib/SolidModels to NumLib in order for further reusing. This class provides a basic NewtonRaphson routine to handle the nonlinear constitutive relationships existing in the local problem. After being moved to NumLib , it can be reused by other processes, e.g the two-phase multicomponent process which I am working on now. (p.s. Some of the changes are caused by running clang-format)
Showing
- MaterialLib/SolidModels/Ehlers-impl.h 19 additions, 24 deletionsMaterialLib/SolidModels/Ehlers-impl.h
- MaterialLib/SolidModels/Lubby2-impl.h 7 additions, 7 deletionsMaterialLib/SolidModels/Lubby2-impl.h
- NumLib/NewtonRaphson.h 5 additions, 9 deletionsNumLib/NewtonRaphson.h
- Tests/NumLib/NewtonRaphson.cpp 3 additions, 4 deletionsTests/NumLib/NewtonRaphson.cpp
Please register or sign in to comment