GridapSolvers.SolverInterfaces

SolverTolerances

GridapSolvers.SolverInterfaces.finished_flagFunction
finished_flag(tols::SolverTolerances,niter,e_a,e_r) :: SolverConvergenceFlag

Computes the solver exit condition given

  • the number of iterations niter
  • the absolute error e_a
  • and the relative error e_r.

Returns the corresponding SolverConvergenceFlag.

source

ConvergenceLogs