Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c708 PetscErrorCode DMSNESGetPicard(DM dm, SNESFunctionFn **b, SNESJacobianFn **J, PetscCtxRt ctx) in DMSNESGetPicard() function
/petsc/include/
H A Dpetscsnes.h1020 PETSC_EXTERN PetscErrorCode DMSNESGetPicard(DM, SNESFunctionFn **, SNESJacobianFn **, PetscCtxRt);
/petsc/src/snes/interface/
H A Dsnes.c2382 PetscCall(DMSNESGetPicard(dm, f, J, ctx)); in SNESGetPicard()