Searched refs:DMSNESGetPicard (Results 1 – 3 of 3) sorted by relevance
708 PetscErrorCode DMSNESGetPicard(DM dm, SNESFunctionFn **b, SNESJacobianFn **J, PetscCtxRt ctx) in DMSNESGetPicard() function
1020 PETSC_EXTERN PetscErrorCode DMSNESGetPicard(DM, SNESFunctionFn **, SNESJacobianFn **, PetscCtxRt);
2382 PetscCall(DMSNESGetPicard(dm, f, J, ctx)); in SNESGetPicard()