Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscconvest.h24 PETSC_EXTERN PetscErrorCode PetscConvEstSetFromOptions(PetscConvEst);
/petsc/src/snes/utils/
H A Dconvest.c54 PetscErrorCode PetscConvEstSetFromOptions(PetscConvEst ce) in PetscConvEstSetFromOptions() function
/petsc/src/ts/interface/
H A Dts.c4150 PetscCall(PetscConvEstSetFromOptions(conv)); in TSSolve()
/petsc/src/snes/interface/
H A Dsnes.c4815 PetscCall(PetscConvEstSetFromOptions(conv)); in SNESSolve()