Skip to content
Snippets Groups Projects
Select Git revision
  • 2b4816bf845f16bc4bbefc74a3fd4ab6689b45d0
  • master default protected
  • releases/2.9
  • releases/2.8
  • releases/2.7
  • feature/inplace_binary
  • feature/componentwise-vector-maps
  • releases/2.6-1
  • releases/2.5-1
9 results

dune-matrix-vector

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Max Kahnt authored
     - remove outdated editor hints
     - fix indentation
     - use range based for loop
     - add a typedef for the central helper specialization type
    2b4816bf
    History

    DUNE-library

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

    The main intention is to create slim interfaces allowing an efficient use of legacy and/or new libraries. Using C++ techniques DUNE allows to use very different implementation of the same concept (i.e. grid, solver, ...) under a common interface with a very low overhead.

    DUNE was designed with flexibility in mind. It supports easy discretization using methods, like Finite Elements, Finite Volume and also Finite Differences.

    dune-matrix-vector

    This module provides static algebra tools for matrices and vectors of the dune-common and dune-istl modules.

    More information

    Check dune-common for more details concerning dependencies, known bugs, license and installation.