Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnesj2.c8 static PetscErrorCode SNESComputeFunctionCtx(void *snes, Vec x, Vec f, PetscCtx ctx) in SNESComputeFunctionCtx() function
95 PetscCall(MatFDColoringSetFunction(color, (MatFDColoringFn *)SNESComputeFunctionCtx, NULL)); in SNESComputeJacobianDefaultColor()
168 …PetscCall(MatFDColoringSetFunction(matfdcoloring, (MatFDColoringFn *)SNESComputeFunctionCtx, NULL)… in SNESPruneJacobianColor()