Merge branch 'precond-operator' into 'master'
Fix Null and Diagonal preconditioner operator implementation and add test See merge request !49
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- Operators/DiagPrecon/DiagPreconStdMat.hpp 62 additions, 31 deletionsOperators/DiagPrecon/DiagPreconStdMat.hpp
- Operators/NullPrecon/NullPreconImpl.cpp 13 additions, 0 deletionsOperators/NullPrecon/NullPreconImpl.cpp
- Operators/NullPrecon/NullPreconStdMat.hpp 77 additions, 0 deletionsOperators/NullPrecon/NullPreconStdMat.hpp
- Operators/OperatorNullPrecon.cpp 10 additions, 0 deletionsOperators/OperatorNullPrecon.cpp
- Operators/OperatorNullPrecon.hpp 48 additions, 0 deletionsOperators/OperatorNullPrecon.hpp
- run/line.xml 36 additions, 0 deletionsrun/line.xml
- run/segment.xml 52 additions, 0 deletionsrun/segment.xml
- run/square.xml 36 additions, 0 deletionsrun/square.xml
- tests/CMakeLists.txt 30 additions, 0 deletionstests/CMakeLists.txt
- tests/init_diagpreconfields.hpp 199 additions, 0 deletionstests/init_diagpreconfields.hpp
- tests/init_nullpreconfields.hpp 193 additions, 0 deletionstests/init_nullpreconfields.hpp
- tests/test_diagprecon.cpp 248 additions, 0 deletionstests/test_diagprecon.cpp
- tests/test_nullprecon.cpp 199 additions, 0 deletionstests/test_nullprecon.cpp
Loading
Please register or sign in to comment