-
- Downloads
Allows copying AMG and using them independently.
This patch introduces shared_ptrs at various places, namely for the matrix hierarchies and coarse solvers. This allows copying an AMG and using the same matrix hierarchies in both preconditioners. Thus one could solve the same system for various right hand sides, where each solve happens in a different thread.
Showing
- dune/istl/paamg/amg.hh 113 additions, 107 deletionsdune/istl/paamg/amg.hh
- dune/istl/paamg/hierarchy.hh 3 additions, 0 deletionsdune/istl/paamg/hierarchy.hh
- dune/istl/paamg/smoother.hh 6 additions, 0 deletionsdune/istl/paamg/smoother.hh
- dune/istl/paamg/test/CMakeLists.txt 7 additions, 1 deletiondune/istl/paamg/test/CMakeLists.txt
- dune/istl/paamg/test/pthreadamgtest.cc 209 additions, 0 deletionsdune/istl/paamg/test/pthreadamgtest.cc
Loading
Please register or sign in to comment