Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmplexsnes.c667 PetscErrorCode (*jfun)(DM, Vec, Mat, Mat, void *); in MatComputeNeumannOverlap_Plex() local
678 PetscCall(DMSNESGetJacobianLocal(origdm, &jfun, &jctx)); in MatComputeNeumannOverlap_Plex()
679 PetscCall(DMSNESSetJacobianLocal(ovldm, jfun, jctx)); in MatComputeNeumannOverlap_Plex()