Skip to content
Snippets Groups Projects
Commit 01e85838 authored by Oliver Sander's avatar Oliver Sander
Browse files

[!240] Allow number types as entries of matrix and vector types

Merge branch 'allow-blockvector-of-doubles' into 'master'

ref:core/dune-istl So, for example, you can write

    BlockVector<double>

instead of

    BlockVector<FieldVector<double,1> >

and it will do what you expect it to do. With this patch, any type for which
Dune::IsNumber<T>::value returns true will end the recursion.

See merge request [!240]

  [!240]: gitlab.dune-project.org/core/dune-istl/merge_requests/240
parents 12d1a29a 8fc31db5
Branches
Tags
Loading
Pipeline #14852 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment