hpsim/OGL

Add stopping criterion for distributed solver

greole opened this issue · 1 comments

The current implementation of the stopping criterion relies on vectors of typegko::matrix::Dense<> and gko::matrix::Csr<> to compute the normfactor. For the distributed gko version a normfactor computation for distributed vectors/matrices has to be implemented.

Implemented in the #62 branch