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

Allow number types as entries of a BlockVector

So, for example, you can write

  BlockVector<double>

instead of

  BlockVector<FieldVector<double,1> >

and it will do what you expect it to do.
parent 54ee6051
No related branches found
No related tags found
1 merge request!240Allow number types as entries of matrix and vector types
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment