Home
last modified time | relevance | path

Searched refs:SNESGetObjective (Results 1 – 12 of 12) sorted by relevance

/petsc/src/snes/impls/ls/
H A Dls.c55 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESNEWTONLSCheckLocalMin_Private()
96 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESNEWTONLSCheckResidual_Private()
/petsc/src/snes/interface/
H A Dsnesob.c52 PetscErrorCode SNESGetObjective(SNES snes, SNESObjectiveFn **obj, PetscCtxRt ctx) in SNESGetObjective() function
H A Dsnesut.c318 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESMonitorDefault()
H A Dsnes.c2673 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESTestFunction()
/petsc/src/snes/linesearch/impls/secant/
H A Dlinesearchsecant.c33 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESLineSearchApply_Secant()
/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c212 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESNGMRESSelect_Private()
H A Dsnesngmres.c188 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESSolve_NGMRES()
/petsc/src/snes/linesearch/impls/bt/
H A Dlinesearchbt.c82 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESLineSearchApply_BT()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi147 PetscErrorCode SNESGetObjective(PetscSNES, PetscSNESObjectiveFunction*, void**)
H A DSNES.pyx1039 CHKERR(SNESGetObjective(self.snes, NULL, NULL))
/petsc/src/snes/impls/tr/
H A Dtr.c504 PetscCall(SNESGetObjective(snes, &objective, NULL)); in SNESSolve_NEWTONTR()
/petsc/include/
H A Dpetscsnes.h581 PETSC_EXTERN PetscErrorCode SNESGetObjective(SNES, SNESObjectiveFn **, PetscCtxRt);