This package browser is in early development. Mind the rough edges.

dune-istl 2.9.0

Distributed and Unified Numerics Environment

DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods.

This 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.

Installation

Install dune-istl 2.9.0 as follows:

guix install dune-istl@2.9.0

Or install the latest version:

guix install dune-istl

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.