-
- Downloads
Merge branch 'feature/unit-tests' into 'develop'
Set AssertError to inherit from std::runtime_error See merge request !103
Branches
Tags
Showing
- src/algebra/DenseMatrix.hpp 14 additions, 13 deletionssrc/algebra/DenseMatrix.hpp
- src/algebra/Vector.hpp 34 additions, 27 deletionssrc/algebra/Vector.hpp
- src/scheme/AcousticSolver.cpp 8 additions, 8 deletionssrc/scheme/AcousticSolver.cpp
- src/utils/Array.hpp 2 additions, 2 deletionssrc/utils/Array.hpp
- src/utils/PugsAssert.hpp 8 additions, 3 deletionssrc/utils/PugsAssert.hpp
- src/utils/RandomEngine.cpp 5 additions, 8 deletionssrc/utils/RandomEngine.cpp
- tests/CMakeLists.txt 2 additions, 0 deletionstests/CMakeLists.txt
- tests/mpi_test_main.cpp 3 additions, 0 deletionstests/mpi_test_main.cpp
- tests/test_BiCGStab.cpp 2 additions, 2 deletionstests/test_BiCGStab.cpp
- tests/test_CG.cpp 4 additions, 4 deletionstests/test_CG.cpp
- tests/test_CRSMatrix.cpp 5 additions, 5 deletionstests/test_CRSMatrix.cpp
- tests/test_DenseMatrix.cpp 89 additions, 0 deletionstests/test_DenseMatrix.cpp
- tests/test_LinearSolver.cpp 32 additions, 32 deletionstests/test_LinearSolver.cpp
- tests/test_Messenger.cpp 9 additions, 0 deletionstests/test_Messenger.cpp
- tests/test_PETScUtils.cpp 117 additions, 0 deletionstests/test_PETScUtils.cpp
- tests/test_RandomEngine.cpp 52 additions, 0 deletionstests/test_RandomEngine.cpp
- tests/test_TinyMatrix.cpp 13 additions, 1 deletiontests/test_TinyMatrix.cpp
- tests/test_Vector.cpp 231 additions, 2 deletionstests/test_Vector.cpp
- tests/test_main.cpp 3 additions, 0 deletionstests/test_main.cpp
Loading
Please register or sign in to comment