Searched refs:DMSNESSetMFFunction (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/utils/ ! |
| H A D | dmsnes.c | 373 PetscErrorCode DMSNESSetMFFunction(DM dm, SNESFunctionFn *func, PetscCtx ctx) in DMSNESSetMFFunction() function
|
| H A D | dmdasnes.c | 569 PetscCall(DMSNESSetMFFunction(dm, SNESComputeFunction_DMDA, dmdasnes)); in DMDASNESSetPicardLocal()
|
| /petsc/include/ ! |
| H A D | petscsnes.h | 1013 PETSC_EXTERN PetscErrorCode DMSNESSetMFFunction(DM, SNESFunctionFn *, PetscCtx);
|
| /petsc/src/snes/interface/ ! |
| H A D | snes.c | 1961 …if (f == SNESPicardComputeFunction) PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction,… in SNESSetFunction() 2347 PetscCall(DMSNESSetMFFunction(dm, SNESPicardComputeMFFunction, ctx)); in SNESSetPicard()
|