Merge branch 'feature/cleanup_mtl' into 'master'
cleanup of headers and itl solvers in mtl backend See merge request !124
No related branches found
No related tags found
Showing
- cmake/modules/AmdisMacros.cmake 8 additions, 4 deletionscmake/modules/AmdisMacros.cmake
- cmake/modules/CMakeLists.txt 1 addition, 0 deletionscmake/modules/CMakeLists.txt
- cmake/modules/FindHYPRE.cmake 75 additions, 0 deletionscmake/modules/FindHYPRE.cmake
- cmake/modules/FindMTL.cmake 15 additions, 8 deletionscmake/modules/FindMTL.cmake
- config.h.cmake 4 additions, 1 deletionconfig.h.cmake
- src/amdis/linearalgebra/mtl/CMakeLists.txt 2 additions, 0 deletionssrc/amdis/linearalgebra/mtl/CMakeLists.txt
- src/amdis/linearalgebra/mtl/HyprePrecon.hpp 153 additions, 0 deletionssrc/amdis/linearalgebra/mtl/HyprePrecon.hpp
- src/amdis/linearalgebra/mtl/ITL_Preconditioner.hpp 22 additions, 8 deletionssrc/amdis/linearalgebra/mtl/ITL_Preconditioner.hpp
- src/amdis/linearalgebra/mtl/ITL_Solver.hpp 54 additions, 45 deletionssrc/amdis/linearalgebra/mtl/ITL_Solver.hpp
- src/amdis/linearalgebra/mtl/KrylovRunner.hpp 30 additions, 31 deletionssrc/amdis/linearalgebra/mtl/KrylovRunner.hpp
- src/amdis/linearalgebra/mtl/Preconditioner.hpp 6 additions, 6 deletionssrc/amdis/linearalgebra/mtl/Preconditioner.hpp
- src/amdis/linearalgebra/mtl/SolverPrecon.hpp 92 additions, 0 deletionssrc/amdis/linearalgebra/mtl/SolverPrecon.hpp
- src/amdis/linearalgebra/mtl/UmfpackRunner.hpp 1 addition, 5 deletionssrc/amdis/linearalgebra/mtl/UmfpackRunner.hpp
- src/amdis/linearalgebra/mtl/itl/CMakeLists.txt 0 additions, 2 deletionssrc/amdis/linearalgebra/mtl/itl/CMakeLists.txt
- src/amdis/linearalgebra/mtl/itl/block_diagonal.hpp 0 additions, 81 deletionssrc/amdis/linearalgebra/mtl/itl/block_diagonal.hpp
- src/amdis/linearalgebra/mtl/itl/details.hpp 8 additions, 35 deletionssrc/amdis/linearalgebra/mtl/itl/details.hpp
- src/amdis/linearalgebra/mtl/itl/fgmres.hpp 3 additions, 33 deletionssrc/amdis/linearalgebra/mtl/itl/fgmres.hpp
- src/amdis/linearalgebra/mtl/itl/fgmres_householder.hpp 3 additions, 33 deletionssrc/amdis/linearalgebra/mtl/itl/fgmres_householder.hpp
- src/amdis/linearalgebra/mtl/itl/gcr.hpp 2 additions, 29 deletionssrc/amdis/linearalgebra/mtl/itl/gcr.hpp
- src/amdis/linearalgebra/mtl/itl/gmres2.hpp 3 additions, 33 deletionssrc/amdis/linearalgebra/mtl/itl/gmres2.hpp
Loading
Please register or sign in to comment