Skip to content

Commit 4d06594

Browse files
Added mumps.h wrapper and mumps_testing directory
1 parent b3d1a37 commit 4d06594

32 files changed

+36663
-7
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,18 @@ experiments/test_RSVD/performances.csv
3434

3535
#some test directories
3636
experiments/
37+
38+
#Mumps
39+
mumps_testing/mumps_fdapde_test
40+
mumps_testing/.cache
41+
mumps_testing/build/
42+
mumps_testing/data/build/
43+
mumps_testing/test_output.log
44+
!mumps_testing/CMakeLists.txt
45+
!mumps_testing/user_config.cmake
46+
!mumps_testing/data/CMakeLists.txt
47+
!mumps_testing/computation_times/
48+
!mumps_testing/computation_times/**
49+
mumps_testing/computation_times/build/
50+
mumps_testing/computation_times/build/**
51+
mumps_testing/computation_times/plots/**

0 commit comments

Comments
 (0)