Skip to content

Fix bug in DriverModifiedArnoldi

Douglas Serson requested to merge fix/ModifiedArnoldi into master

This fixes a bug in ModifiedArnoldi, which may cause the solver to exit with

Fatal   : Level 0 assertion violation
Unrecognised value.

as recently reported in nektar-users.

The problem happens because the iteration could be marked as converged when the number of vectors available is lower than nvec.

Merge request reports