Home
last modified time | relevance | path

Searched refs:SNESGetFunction (Results 1 – 25 of 40) sorted by relevance

12

/petsc/src/snes/impls/nasm/
H A Daspin.c23 PetscCall(SNESGetFunction(npc, &W, NULL, NULL)); in MatMultASPIN()
123 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESCreate_ASPIN()
/petsc/src/snes/mf/
H A Dsnesmfj.c97 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 Dsnespc.c94 PetscCall(SNESGetFunction(snes->npc, &FPC, NULL, NULL)); in SNESGetNPCFunction()
H A Dsnesj2.c108 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESComputeJacobianDefaultColor()
H A Dsnesut.c72 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 Dsnes.c773 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 Dvi.c58 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 Dex1.c134 PetscCall(SNESGetFunction(snes, &f, 0, 0)); in main()
H A Dex21.c178 PetscCall(SNESGetFunction(snes, &F, 0, 0)); in Monitor()
H A Dex5f.F90339 call SNESGetFunction(snes, f, PETSC_NULL_FUNCTION, dummy, ierr)
H A Dex22.c259 PetscCall(SNESGetFunction(snes, &F, 0, 0)); in Monitor()
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c70 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 Dex17.c152 PetscCall(SNESGetFunction(snes, &f, 0, 0)); in assembled_system()
490 PetscCall(SNESGetFunction(snes, &f, 0, 0)); in block_system()
H A Dex7.c135 PetscCall(SNESGetFunction(snes, NULL, NULL, (void **)&F)); in FormFunctioni()
H A Dex13.c207 PetscCall(SNESGetFunction(snes, &b, NULL, NULL)); in main()
/petsc/src/snes/impls/gs/
H A Dgssecant.c34 PetscCall(SNESGetFunction(snes, NULL, &func, &fctx)); in SNESComputeNGSDefaultSecant()
/petsc/src/snes/impls/patch/
H A Dsnespatch.c194 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESSetUp_Patch()
267 PetscCall(SNESGetFunction(snes, &residual, NULL, NULL)); in SNESSolve_Patch()
/petsc/doc/changes/
H A D230.md141 - SNESGetFunction()
H A D2029.md25 - SNESGetFunction() now has an additional optional final argument
H A D35.md123 `Use SNESGetFunction()` and `VecNorm()` instead.
H A D2028.md37 - Added final ctx argument to `SNESGetFunction()`,
/petsc/src/snes/interface/noise/
H A Dsnesnoise.c228 PetscCall(SNESGetFunction(snes, &f, NULL, NULL)); in JacMatMultCompare()
H A Dsnesmfj2.c95 PetscCall(SNESGetFunction(snes, &F, NULL, NULL)); in SNESMatrixFreeMult2_Private()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h471 PetscCall(SNESGetFunction(snes,&r,0,&funP)); in SNESSetUseMFFD()
531 PetscCall(SNESGetFunction(snes,NULL,&fun,&funP)); in SNESSetUseFDColoring()
/petsc/src/snes/impls/fas/
H A Dfas.c371 PetscCall(SNESGetFunction(smoothd, &FPC, NULL, NULL)); in SNESFASDownSmooth_Private()
404 PetscCall(SNESGetFunction(smoothu, &FPC, NULL, NULL)); in SNESFASUpSmooth_Private()

12