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

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

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