Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h40 void *checkhctx; /* optional context used by MatMFFDSetCheckh() */ member
H A Dmffd.c337 if (ctx->checkh) PetscCall((*ctx->checkh)(ctx->checkhctx, U, a, &h)); in MatMult_MFFD()
461 ctx->checkhctx = ectx; in MatMFFDSetCheckh_MFFD()