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

[Bugfix][AMG] Move storage of iterators from class to method scope.

Storing the iterators over over the AMG hierarchies as class member
is a really bad idea if one wants to allow the reuse of theses AMG
hierarchies in different threads. This patch creates a private struct
for collecting the iterators over the hierachies. An instance of this
struct is created in apply and passed to the solution algorithms. Thus
each apply uses its own context of iterators.
parent 473f2bb6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment