Skip to content
Snippets Groups Projects
Commit ece1a6e9 authored by Markus Blatt's avatar Markus Blatt
Browse files

It is not enough to to initialize temporary vectors via the

constructor that just takes the size argument as this neglects the
structure of the values. I. e. if the values of a block vector are
block vectors itself there was no space allocated and thus the solvers
segfaulted.

In case of CGSolver this fixes Flyspray task #81
<http://hal.iwr.uni-heidelberg.de/flyspray/index.php?id=81&do=details>.

It will not be closed as I want to write some tests for the ISTL
kernels as this bug is likely to occur at other places as well.

[[Imported from SVN: r490]]
parent e76abb39
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment