Home
last modified time | relevance | path

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

/petsc/src/snes/utils/ !
H A Ddmsnes.c373 PetscErrorCode DMSNESSetMFFunction(DM dm, SNESFunctionFn *func, PetscCtx ctx) in DMSNESSetMFFunction() function
H A Ddmdasnes.c569 PetscCall(DMSNESSetMFFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetPicardLocal()
/petsc/include/ !
H A Dpetscsnes.h1013 PETSC_EXTERN PetscErrorCode DMSNESSetMFFunction(DM, SNESFunctionFn *, PetscCtx);
/petsc/src/snes/interface/ !
H A Dsnes.c1961 …if (f == SNESPicardComputeFunction) PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction,… in SNESSetFunction()
2347 PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction, ctx)); in SNESSetPicard()