Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c405 PetscErrorCode DMSNESGetFunction(DM dm, SNESFunctionFn **f, PetscCtxRt ctx) in DMSNESGetFunction() function
/petsc/include/
H A Dpetscsnes.h1011 PETSC_EXTERN PetscErrorCode DMSNESGetFunction(DM, SNESFunctionFn **, PetscCtxRt);
/petsc/src/snes/interface/
H A Dsnes.c2489 PetscCall(DMSNESGetFunction(dm, &computefunction, &ctx)); in SNESComputeFunction()
5171 PetscCall(DMSNESGetFunction(dm, f, ctx)); in SNESGetFunction()
/petsc/src/ts/interface/
H A Dts.c2551 PetscCall(DMSNESGetFunction(dm, &func, NULL)); in TSSetUp()