Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch '71-load-mkl-pardiso-at-run-time-if-available' into 'mas…
…ter' Resolve "Load MKL-Pardiso at run-time if available" Closes #71 See merge request jschoeberl/ngsolve!262
- Loading branch information
Showing
with
176 additions
and 128 deletions.
- +6 −45 fem/code_generation.cpp
- +1 −34 fem/code_generation.hpp
- +10 −13 fem/coefficient.cpp
- +1 −1 linalg/la.hpp
- +47 −10 linalg/pardisoinverse.cpp
- +2 −1 linalg/pardisoinverse.hpp
- +15 −2 linalg/python_linalg.cpp
- +16 −20 linalg/sparsematrix.cpp
- +77 −0 ngstd/ngs_utils.hpp
- +1 −2 solve/ngsolve.cpp
Oops, something went wrong.