Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c678 PetscErrorCode DMSNESSetPicard(DM dm, SNESFunctionFn *b, SNESJacobianFn *J, PetscCtx ctx) in DMSNESSetPicard() function
H A Ddmdasnes.c568 PetscCall(DMSNESSetPicard(dm, SNESComputePicard_DMDA, SNESComputePicardJacobian_DMDA, dmdasnes)); in DMDASNESSetPicardLocal()
/petsc/include/
H A Dpetscsnes.h1019 PETSC_EXTERN PetscErrorCode DMSNESSetPicard(DM, SNESFunctionFn *, SNESJacobianFn *, PetscCtx);
/petsc/src/snes/interface/
H A Dsnes.c2346 PetscCall(DMSNESSetPicard(dm, bp, J, ctx)); in SNESSetPicard()