MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
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 43 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 43 of file PetscConvergence.F90.

44  import tksp, petsccnvgctxtype
45  type(tKSP) :: ksp
46  petscint :: n
47  petscreal :: rnorm
48  kspconvergedreason :: flag
49  class(PetscCnvgCtxType), pointer :: context
50  petscerrorcode :: ierr

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