MODFLOW 6  version 6.7.0.dev2
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 42 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 42 of file PetscConvergence.F90.

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

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