MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
petscconvergencemodule::KSPSetConvergenceTest Interface Reference
Collaboration diagram for petscconvergencemodule::KSPSetConvergenceTest:
Collaboration graph

Private Member Functions

subroutine kspsetconvergencetest (ksp, check_convergence, context, destroy, ierr)
 

Detailed Description

Definition at line 59 of file PetscConvergence.F90.

Member Function/Subroutine Documentation

◆ kspsetconvergencetest()

subroutine petscconvergencemodule::KSPSetConvergenceTest::kspsetconvergencetest ( type(tksp)  ksp,
procedure(cnvgcheckfunc)  check_convergence,
class(petsccnvgctxtype), pointer  context,
procedure(cnvgdestroyfunc)  destroy,
  ierr 
)
private

Definition at line 59 of file PetscConvergence.F90.

61  import tksp, cnvgcheckfunc, petsccnvgctxtype, cnvgdestroyfunc
62  type(tKSP) :: ksp
63  procedure(CnvgCheckFunc) :: check_convergence
64  class(PetscCnvgCtxType), pointer :: context
65  procedure(CnvgDestroyFunc) :: destroy
66  petscerrorcode :: ierr

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