-
- Downloads
ENH: Move linear solver tolerance to base class
Move linear solver tolerance to base class. The tolerance is automatically set to machine precision. Add API to query if a solver is iterative or not.
Showing
- Base/Core/imstkMath.h 4 additions, 0 deletionsBase/Core/imstkMath.h
- Base/Solvers/imstkDirectLinearSolver.h 8 additions, 0 deletionsBase/Solvers/imstkDirectLinearSolver.h
- Base/Solvers/imstkIterativeLinearSolver.cpp 1 addition, 13 deletionsBase/Solvers/imstkIterativeLinearSolver.cpp
- Base/Solvers/imstkIterativeLinearSolver.h 9 additions, 8 deletionsBase/Solvers/imstkIterativeLinearSolver.h
- Base/Solvers/imstkLinearSolver.cpp 15 additions, 1 deletionBase/Solvers/imstkLinearSolver.cpp
- Base/Solvers/imstkLinearSolver.h 31 additions, 3 deletionsBase/Solvers/imstkLinearSolver.h
Please register or sign in to comment