Skip to content
Snippets Groups Projects
Commit 4b038585 authored by Dominic Kempf's avatar Dominic Kempf Committed by Markus Blatt
Browse files

[FEATURE] Add UMFPack support to dune-istl

This commit contains
- a wrapper for the C library UMFPack
- tests for both CMake and autotools to find UMFPack on the system
- a unit test for UMFPack
- a new MatrixType ColCompMatrix which is a base class for a column
  compressed matrix. SuperLUMatrix now inherits from this base class.
  This way, no code is duplicated for the very similar interface in
  UMFPack.
- the SuperLU-specific part of OverlappingSchwarz code is abstracted
  to work with either SuperLU or UMFPack
parent f4a5a107
No related branches found
No related tags found
Loading
Showing
with 1660 additions and 677 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment