NVIDIA / AMGX

Distributed multigrid linear solver library on GPU
498 stars 143 forks source link

Fix convergence result for trivial solution #323

Open Samev opened 3 months ago

Samev commented 3 months ago

Due to changes in #261 a system which is already solved will incorrectly be reported as AMGX_ST_NOT_CONVERGED. This commit adjusts this behavior and also adds a test case for the scenario.

Samev commented 3 months ago

Can't assign you as a reviewer @mattmartineau so a ping will have to suffice.

mattmartineau commented 3 months ago

Nice - thanks for the contribution!

I'll test.