-
- Downloads
BUG: Fixs the fully implicit nonlinear Newton solver
1. Fixs the fully implicit nonlinear Newton solver
2. Completes implementation of Newton solver that can be either semi implicit (SI) or fully implicit (FI)
3. Adds options to set the solver to either SI or FI
4. Default is SI
5. Now the lamda function computing the internal forces needs to know if it is SI or FI
6. Prints warning if the FI Newton solver does not converge within max iterations set
Written-by:
Sreekanth Arikatla <sreekanth.arikatla@kitware.com>
Showing
- Base/DynamicalModels/ObjectModels/imstkFEMDeformableBodyModel.cpp 28 additions, 3 deletions...amicalModels/ObjectModels/imstkFEMDeformableBodyModel.cpp
- Base/DynamicalModels/ObjectModels/imstkFEMDeformableBodyModel.h 5 additions, 3 deletions...ynamicalModels/ObjectModels/imstkFEMDeformableBodyModel.h
- Base/Solvers/imstkNewtonSolver.cpp 34 additions, 15 deletionsBase/Solvers/imstkNewtonSolver.cpp
- Base/Solvers/imstkNewtonSolver.h 19 additions, 1 deletionBase/Solvers/imstkNewtonSolver.h
- Base/Solvers/imstkNonLinearSolver.cpp 2 additions, 2 deletionsBase/Solvers/imstkNonLinearSolver.cpp
- Base/Solvers/imstkNonLinearSolver.h 17 additions, 0 deletionsBase/Solvers/imstkNonLinearSolver.h
- Base/Solvers/imstkNonlinearSystem.cpp 2 additions, 2 deletionsBase/Solvers/imstkNonlinearSystem.cpp
- Base/Solvers/imstkNonlinearSystem.h 13 additions, 3 deletionsBase/Solvers/imstkNonlinearSystem.h
Loading
Please register or sign in to comment