Krylov solver parameters are ignored in PETScSNESSolver

Issue #14 invalid
Anders Logg (Chalmers) created an issue

In PETScSNESSolver.cpp, parameters are inherited from NewtonSolver. These parameters include the nested parameter set krylov_solver but these are ignored by the SNES solver. Either the parameters should be used or PETScSNESSolver should define its own parameter set containing only those parameters that are actually used.

Comments (2)

  1. Anders Logg (Chalmers) reporter

    Hmm... Strange that it was filed under Instant. Someone must have clicked the wrong button...

  2. Log in to comment