Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnesj2.c12 static PetscErrorCode SNESComputeMFFunctionCtx(void *snes, Vec x, Vec f, PetscCtx ctx) in SNESComputeMFFunctionCtx() function
93 PetscCall(MatFDColoringSetFunction(color, (MatFDColoringFn *)SNESComputeMFFunctionCtx, NULL)); in SNESComputeJacobianDefaultColor()