Searched refs:DMSNESGetJacobian (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmsnes.c | 648 PetscErrorCode DMSNESGetJacobian(DM dm, SNESJacobianFn **J, PetscCtxRt ctx) in DMSNESGetJacobian() function
|
| H A D | dmplexsnes.c | 692 PetscCall(DMSNESGetJacobian(ovldm, &J, &ctx)); in MatComputeNeumannOverlap_Plex()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1017 PETSC_EXTERN PetscErrorCode DMSNESGetJacobian(DM, SNESJacobianFn **, PetscCtxRt);
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 451 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 D | ts.c | 2557 PetscCall(DMSNESGetJacobian(dm, &jac, NULL)); in TSSetUp()
|