Home
last modified time | relevance | path

Searched refs:PetscConvEstDestroy (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscconvest.h22 PETSC_EXTERN PetscErrorCode PetscConvEstDestroy(PetscConvEst *);
/petsc/src/snes/utils/
H A Dconvest.c27 PetscErrorCode PetscConvEstDestroy(PetscConvEst *ce) in PetscConvEstDestroy() function
568 …ECT_CLASSID, "PetscConvEst", "ConvergenceEstimator", "SNES", comm, PetscConvEstDestroy, PetscConvE… in PetscConvEstCreate()
/petsc/src/ts/interface/
H A Dts.c4157 PetscCall(PetscConvEstDestroy(&conv)); in TSSolve()
/petsc/src/snes/interface/
H A Dsnes.c4822 PetscCall(PetscConvEstDestroy(&conv)); in SNESSolve()