Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/ftn-custom/
H A Dzdmkspf.c34 static PetscErrorCode ourkspcomputeoperators(KSP ksp, Mat A, Mat B, PetscCtx ctx) in ourkspcomputeoperators() function
76 *ierr = DMKSPSetComputeOperators(*dm, ourkspcomputeoperators, ctx); in dmkspsetcomputeoperators_()