| /petsc/src/snes/impls/nasm/ |
| H A D | aspin.c | 23 PetscCall(SNESGetFunction(npc, &W, NULL, NULL)); in MatMultASPIN() 123 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESCreate_ASPIN()
|
| /petsc/src/snes/mf/ |
| H A D | snesmfj.c | 97 PetscCall(SNESGetFunction(snes, &f, NULL, NULL)); in MatAssemblyEnd_SNESMF() 123 PetscCall(SNESGetFunction(snes, &f, NULL, NULL)); in MatAssemblyEnd_SNESMF_UseBase()
|
| /petsc/src/snes/interface/ |
| H A D | snespc.c | 94 PetscCall(SNESGetFunction(snes->npc, &FPC, NULL, NULL)); in SNESGetNPCFunction()
|
| H A D | snesj2.c | 108 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESComputeJacobianDefaultColor()
|
| H A D | snesut.c | 72 PetscCall(SNESGetFunction(snes, &x, NULL, NULL)); in SNESMonitorResidual() 485 PetscCall(SNESGetFunction(snes, &resid, NULL, NULL)); in SNESMonitorRange_Private() 673 PetscCall(SNESGetFunction(snes, &r, NULL, NULL)); in SNESMonitorDefaultField()
|
| H A D | snes.c | 773 PetscCall(SNESGetFunction(snes, NULL, NULL, &functx)); in SNESSetUpMatrices() 1097 PetscCall(SNESGetFunction(snes, NULL, NULL, &functx)); in SNESSetFromOptions() 1995 PetscCall(SNESGetFunction(snes, &vec_func, NULL, NULL)); in SNESSetInitialFunction() 2379 PetscCall(SNESGetFunction(snes, r, NULL, NULL)); in SNESGetPicard() 2839 PetscCall(SNESGetFunction(snes, NULL, NULL, &functx)); in SNESTestJacobian() 3130 PetscCall(SNESGetFunction(snes, NULL, &func, &funcctx)); in SNESComputeJacobian() 3367 PetscCall(SNESGetFunction(snes, &snes->vec_func, NULL, NULL)); in SNESSetUp() 3393 PetscCall(SNESGetFunction(snes, &f, &func, &funcctx)); in SNESSetUp() 5152 PetscErrorCode SNESGetFunction(SNES snes, Vec *r, SNESFunctionFn **f, PetscCtxRt ctx) in SNESGetFunction() function
|
| /petsc/src/snes/impls/vi/ |
| H A D | vi.c | 58 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESVIMonitorResidual() 81 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESVIMonitorActive() 525 PetscCall(SNESGetFunction(snes, &snes->vec_func, NULL, NULL)); in SNESVISetVariableBounds_VI()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex1.c | 134 PetscCall(SNESGetFunction(snes, &f, 0, 0)); in main()
|
| H A D | ex21.c | 178 PetscCall(SNESGetFunction(snes, &F, 0, 0)); in Monitor()
|
| H A D | ex5f.F90 | 339 call SNESGetFunction(snes, f, PETSC_NULL_FUNCTION, dummy, ierr)
|
| H A D | ex22.c | 259 PetscCall(SNESGetFunction(snes, &F, 0, 0)); in Monitor()
|
| /petsc/src/snes/impls/composite/ |
| H A D | snescomposite.c | 70 PetscCall(SNESGetFunction(next->snes, &FSub, NULL, NULL)); in SNESCompositeApply_Multiplicative() 87 PetscCall(SNESGetFunction(next->snes, &FSub, NULL, NULL)); in SNESCompositeApply_Multiplicative() 342 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESSetUp_Composite() 350 PetscCall(SNESGetFunction(next->snes, &F, NULL, NULL)); in SNESSetUp_Composite()
|
| /petsc/src/snes/tests/ |
| H A D | ex17.c | 152 PetscCall(SNESGetFunction(snes, &f, 0, 0)); in assembled_system() 490 PetscCall(SNESGetFunction(snes, &f, 0, 0)); in block_system()
|
| H A D | ex7.c | 135 PetscCall(SNESGetFunction(snes, NULL, NULL, (void **)&F)); in FormFunctioni()
|
| H A D | ex13.c | 207 PetscCall(SNESGetFunction(snes, &b, NULL, NULL)); in main()
|
| /petsc/src/snes/impls/gs/ |
| H A D | gssecant.c | 34 PetscCall(SNESGetFunction(snes, NULL, &func, &fctx)); in SNESComputeNGSDefaultSecant()
|
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 194 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESSetUp_Patch() 267 PetscCall(SNESGetFunction(snes, &residual, NULL, NULL)); in SNESSolve_Patch()
|
| /petsc/doc/changes/ |
| H A D | 230.md | 141 - SNESGetFunction()
|
| H A D | 2029.md | 25 - SNESGetFunction() now has an additional optional final argument
|
| H A D | 35.md | 123 `Use SNESGetFunction()` and `VecNorm()` instead.
|
| H A D | 2028.md | 37 - Added final ctx argument to `SNESGetFunction()`,
|
| /petsc/src/snes/interface/noise/ |
| H A D | snesnoise.c | 228 PetscCall(SNESGetFunction(snes, &f, NULL, NULL)); in JacMatMultCompare()
|
| H A D | snesmfj2.c | 95 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESMatrixFreeMult2_Private()
|
| /petsc/src/binding/petsc4py/src/lib-petsc/ |
| H A D | custom.h | 471 PetscCall(SNESGetFunction(snes,&r,0,&funP)); in SNESSetUseMFFD() 531 PetscCall(SNESGetFunction(snes,NULL,&fun,&funP)); in SNESSetUseFDColoring()
|
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 371 PetscCall(SNESGetFunction(smoothd, &FPC, NULL, NULL)); in SNESFASDownSmooth_Private() 404 PetscCall(SNESGetFunction(smoothu, &FPC, NULL, NULL)); in SNESFASUpSmooth_Private()
|