Searched refs:DMSNESSetJacobianLocal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/utils/ftn-custom/ |
| H A D | zdmlocalsnesf.c | 36 *ierr = DMSNESSetJacobianLocal(*dm, sourlj, NULL); in dmsnessetjacobianlocal_()
|
| /petsc/src/snes/utils/ |
| H A D | dmlocalsnes.c | 320 PetscErrorCode DMSNESSetJacobianLocal(DM dm, PetscErrorCode (*func)(DM dm, Vec X, Mat J, Mat Jp, Pe… in DMSNESSetJacobianLocal() function
|
| H A D | dmplexsnes.c | 679 PetscCall(DMSNESSetJacobianLocal(ovldm, jfun, jctx)); in MatComputeNeumannOverlap_Plex() 733 PetscCall(DMSNESSetJacobianLocal(dm, DMPlexSNESComputeJacobianFEM, ctx)); in DMPlexSetSNESLocalFEM()
|
| /petsc/include/ |
| H A D | petscsnes.h | 1045 PETSC_EXTERN PetscErrorCode DMSNESSetJacobianLocal(DM, PetscErrorCode (*)(DM, Vec, Mat, Mat, PetscC…
|