-
- Downloads
Merge branch 'feature/flat_mat_vec' into 'master'
Added flat matrix and vector used for ElementMatrix and ElementVector See merge request !94
No related branches found
No related tags found
Showing
- src/amdis/common/CMakeLists.txt 2 additions, 0 deletionssrc/amdis/common/CMakeLists.txt
- src/amdis/common/FlatMatrix.hpp 110 additions, 0 deletionssrc/amdis/common/FlatMatrix.hpp
- src/amdis/common/FlatVector.hpp 23 additions, 0 deletionssrc/amdis/common/FlatVector.hpp
- src/amdis/linearalgebra/DOFMatrixBase.hpp 2 additions, 1 deletionsrc/amdis/linearalgebra/DOFMatrixBase.hpp
- src/amdis/linearalgebra/DOFVectorBase.hpp 2 additions, 1 deletionsrc/amdis/linearalgebra/DOFVectorBase.hpp
- test/CMakeLists.txt 3 additions, 0 deletionstest/CMakeLists.txt
- test/FlatMatVecTest.cpp 96 additions, 0 deletionstest/FlatMatVecTest.cpp
src/amdis/common/FlatMatrix.hpp
0 → 100644
src/amdis/common/FlatVector.hpp
0 → 100644
test/FlatMatVecTest.cpp
0 → 100644
Please register or sign in to comment