Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c648 PetscErrorCode DMSNESGetJacobian(DM dm, SNESJacobianFn **J, PetscCtxRt ctx) in DMSNESGetJacobian() function
H A Ddmplexsnes.c692 PetscCall(DMSNESGetJacobian(ovldm, &J, &ctx)); in MatComputeNeumannOverlap_Plex()
/petsc/include/
H A Dpetscsnes.h1017 PETSC_EXTERN PetscErrorCode DMSNESGetJacobian(DM, SNESJacobianFn **, PetscCtxRt);
/petsc/src/snes/interface/
H A Dsnes.c451 PetscCall(DMSNESGetJacobian(dm, &cJ, &ctx)); in SNESView()
3002 PetscCall(DMSNESGetJacobian(dm, &J, &ctx)); in SNESComputeJacobian()
3296 PetscCall(DMSNESGetJacobian(dm, J, ctx)); in SNESGetJacobian()
/petsc/src/ts/interface/
H A Dts.c2557 PetscCall(DMSNESGetJacobian(dm, &jac, NULL)); in TSSetUp()