Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h341 KSPConvergenceTestFn *convtestcustom; member
353 PetscCall((*ctx->convtestcustom)(ksp, n, rnorm, reason, NULL)); in KSPConvergedNative_Private()
365 PetscCall((*ctx->convtestcustom)(ksp, n, rnorm, reason, NULL)); in KSPConvergedNative_Private()
391 ctx->convtestcustom = custom; in KSPAddConvergenceTest()