Searched refs:DMSNESGetFunction (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmsnes.c | 405 PetscErrorCode DMSNESGetFunction(DM dm, SNESFunctionFn **f, PetscCtxRt ctx) in DMSNESGetFunction() function
|
| /petsc/include/ |
| H A D | petscsnes.h | 1011 PETSC_EXTERN PetscErrorCode DMSNESGetFunction(DM, SNESFunctionFn **, PetscCtxRt);
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 2489 PetscCall(DMSNESGetFunction(dm, &computefunction, &ctx)); in SNESComputeFunction() 5171 PetscCall(DMSNESGetFunction(dm, f, ctx)); in SNESGetFunction()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2551 PetscCall(DMSNESGetFunction(dm, &func, NULL)); in TSSetUp()
|