-
- Downloads
Begin linear solver interface
PETSc is almost plugged
parent
08d8cbd5
No related branches found
No related tags found
This commit is part of merge request !55. Comments created here will be created in the context of that merge request.
Showing
- CMakeLists.txt 34 additions, 15 deletionsCMakeLists.txt
- src/CMakeLists.txt 1 addition, 1 deletionsrc/CMakeLists.txt
- src/algebra/CMakeLists.txt 6 additions, 0 deletionssrc/algebra/CMakeLists.txt
- src/algebra/LinearSystemSolver.cpp 331 additions, 0 deletionssrc/algebra/LinearSystemSolver.cpp
- src/algebra/LinearSystemSolver.hpp 79 additions, 0 deletionssrc/algebra/LinearSystemSolver.hpp
- src/algebra/PETScWrapper.cpp 26 additions, 0 deletionssrc/algebra/PETScWrapper.cpp
- src/algebra/PETScWrapper.hpp 10 additions, 0 deletionssrc/algebra/PETScWrapper.hpp
- src/algebra/SparseMatrixDescriptor.hpp 6 additions, 0 deletionssrc/algebra/SparseMatrixDescriptor.hpp
- src/utils/BuildInfo.cpp 15 additions, 0 deletionssrc/utils/BuildInfo.cpp
- src/utils/BuildInfo.hpp 1 addition, 0 deletionssrc/utils/BuildInfo.hpp
- src/utils/PugsUtils.cpp 7 additions, 1 deletionsrc/utils/PugsUtils.cpp
- src/utils/pugs_config.hpp.in 2 additions, 1 deletionsrc/utils/pugs_config.hpp.in
- tests/CMakeLists.txt 2 additions, 0 deletionstests/CMakeLists.txt
src/algebra/CMakeLists.txt
0 → 100644
src/algebra/LinearSystemSolver.cpp
0 → 100644
src/algebra/LinearSystemSolver.hpp
0 → 100644
src/algebra/PETScWrapper.cpp
0 → 100644
src/algebra/PETScWrapper.hpp
0 → 100644
Please register or sign in to comment