An iterative solver template library for DUNE
dune-istl is the iterative solver template library which provides generic sparse matrix/vector classes and a variety of solvers based on these classes. A special feature is the use of templates to exploit the recursive block structure of finite element matrices at compile time. Available solvers include Krylov methods, (block-) incomplete decompositions and
aggregation-based algebraic multigrid.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout science/dune-istl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
dune-istl-2.2.0-configure.patch | 0000002285 2.23 KB | |
dune-istl-2.2.1.tar.gz | 0004395842 4.19 MB | |
dune-istl.changes | 0000001186 1.16 KB | |
dune-istl.spec | 0000004937 4.82 KB |
Revision 2 (latest revision is 17)
Corot Sebastien (scorot)
accepted
request 180536
from
Corot Sebastien (scorot)
(revision 2)
- update to version 2.2.1 * Reduced warnings when compiling with clang. * We now use template to qualify member templates of class templates (FS 1251). * We now always initialize data memory in BCRSMatrix (FS 1041) * Improved support for std::complex in Krylov solvers. * Fixed dbgs implementation (FS 1170) * Fixed wrong assertion in matMultTransposeMult (FS 1171) * FieldMatrix can now be constructed from a DiagonalMatrix * AMG now detects Dirichlet boundary conditions and updates the left hand side x during pre such that A_dd*x_d=b_d holds. * Allow setting setSkipIsolated(true) in AMG's coarsening criterion. * Fixed call of METIS function. - build openmpi version - add patch dune-istl-2.2.0-configure.patch - fix superlu_dist dependency for openmpi package
Comments 0