Skip to content

Commit 2ad70e8

Browse files
Added mumps.h in linear_algebra and mumps_testing directory (ready for review)
1 parent 0db8e66 commit 2ad70e8

22 files changed

+29002
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
test/fdapde_test
1111
test/.cache
1212
test/build/
13+
14+
# Mumps testing
15+
mumps_testing/mumps_fdapde_test
16+
mumps_testing/.cache
17+
mumps_testing/build/
18+
mumps_testing/data/build/
19+
mumps_testing/test_output.log
20+
21+
!mumps_testing/CMakeLists.txt
22+
!mumps_testing/user_config.cmake
23+
!mumps_testing/data/CMakeLists.txt
24+
1325
build/
1426
CMakeFiles/
1527
.DS_Store

0 commit comments

Comments
 (0)