-
- Downloads
There was an error fetching the commit references. Please try again later.
Passing of matrix and preconditioner via const reference to SharedPointer
This will indicate to the user that the data will not be modified in the solver. I think that it's not necessary to differentiate between e.g. MatrixPointer and MatrixConstPointer, because these are implicitly mutually assignable.
Showing
- src/TNL/Solvers/Linear/BICGStab.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/BICGStab.h
- src/TNL/Solvers/Linear/BICGStab_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/BICGStab_impl.h
- src/TNL/Solvers/Linear/CG.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/CG.h
- src/TNL/Solvers/Linear/CG_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/CG_impl.h
- src/TNL/Solvers/Linear/GMRES.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/GMRES.h
- src/TNL/Solvers/Linear/GMRES_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/GMRES_impl.h
- src/TNL/Solvers/Linear/SOR.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/SOR.h
- src/TNL/Solvers/Linear/SOR_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/SOR_impl.h
- src/TNL/Solvers/Linear/TFQMR.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/TFQMR.h
- src/TNL/Solvers/Linear/TFQMR_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/TFQMR_impl.h
- src/TNL/Solvers/Linear/UmfpackWrapper.h 4 additions, 4 deletionssrc/TNL/Solvers/Linear/UmfpackWrapper.h
- src/TNL/Solvers/Linear/UmfpackWrapper_impl.h 2 additions, 2 deletionssrc/TNL/Solvers/Linear/UmfpackWrapper_impl.h
Loading
Please register or sign in to comment