Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h39 MatMFFDCheckhFn *checkh; member
H A Dmffd.c337 if (ctx->checkh) PetscCall((*ctx->checkh)(ctx->checkhctx, U, a, &h)); in MatMult_MFFD()
460 ctx->checkh = fun; in MatMFFDSetCheckh_MFFD()