MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
petscconvergencemodule::CnvgCheckFunc Interface Reference
Collaboration diagram for petscconvergencemodule::CnvgCheckFunc:
Collaboration graph

Private Member Functions

subroutine cnvgcheckfunc (ksp, n, rnorm, flag, context, ierr)
 

Detailed Description

Definition at line 39 of file PetscConvergence.F90.

Member Function/Subroutine Documentation

◆ cnvgcheckfunc()

subroutine petscconvergencemodule::CnvgCheckFunc::cnvgcheckfunc ( type(tksp)  ksp,
  n,
  rnorm,
  flag,
class(petsccnvgctxtype), pointer  context,
  ierr 
)
private

Definition at line 39 of file PetscConvergence.F90.

40  import tksp, petsccnvgctxtype
41  type(tKSP) :: ksp
42  petscint :: n
43  petscreal :: rnorm
44  kspconvergedreason :: flag
45  class(PetscCnvgCtxType), pointer :: context
46  petscerrorcode :: ierr

The documentation for this interface was generated from the following file: