#include <petsc/finclude/petscksp.h>
Go to the source code of this file.
|
subroutine | petscconvergencemodule::create (this, mat, settings, summary) |
|
subroutine, public | petscconvergencemodule::petsc_cnvg_check (ksp, n, rnorm_L2, flag, context, ierr) |
| Routine to check the convergence following the configuration. More...
|
|
function | petscconvergencemodule::apply_check (ctx, nit, dvmax, rnorm_inf, rnorm_L2) |
| Apply the IMS convergence check. More...
|
|
subroutine | petscconvergencemodule::fill_cnvg_summary (summary, dx, res, n) |
| Fill the convergence summary from the context. More...
|
|
subroutine | petscconvergencemodule::destroy (this) |
|