Searched refs:SNESComputeObjective (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/snes/interface/ |
| H A D | snesob.c | 85 PetscErrorCode SNESComputeObjective(SNES snes, Vec X, PetscReal *ob) in SNESComputeObjective() function 158 PetscCall(SNESComputeObjective(snes, X, &ob)); in SNESObjectiveComputeFunctionDefaultFD() 172 PetscCall(SNESComputeObjective(snes, Xh, &ob1)); in SNESObjectiveComputeFunctionDefaultFD() 182 PetscCall(SNESComputeObjective(snes, Xh, &ob2)); in SNESObjectiveComputeFunctionDefaultFD() 192 PetscCall(SNESComputeObjective(snes, Xh, &ob3)); in SNESObjectiveComputeFunctionDefaultFD()
|
| H A D | snesut.c | 324 PetscCall(SNESComputeObjective(snes, x, &obj)); in SNESMonitorDefault()
|
| H A D | snes.c | 2628 PetscCall(SNESComputeObjective(snes, X, &f)); in SNESComputeFunction_FD() 2632 PetscCall(SNESComputeObjective(snes, X, &f2)); in SNESComputeFunction_FD()
|
| /petsc/src/snes/linesearch/impls/secant/ |
| H A D | linesearchsecant.c | 41 PetscCall(SNESComputeObjective(snes, X, &fnrm_old)); in SNESLineSearchApply_Secant() 75 PetscCall(SNESComputeObjective(snes, W, &fnrm_mid)); in SNESLineSearchApply_Secant() 79 PetscCall(SNESComputeObjective(snes, W, &fnrm)); in SNESLineSearchApply_Secant()
|
| /petsc/src/snes/linesearch/impls/bt/ |
| H A D | linesearchbt.c | 111 PetscCall(SNESComputeObjective(snes, X, &f)); in SNESLineSearchApply_BT() 141 PetscCall(SNESComputeObjective(snes, W, &g)); in SNESLineSearchApply_BT() 204 PetscCall(SNESComputeObjective(snes, W, &g)); in SNESLineSearchApply_BT() 283 PetscCall(SNESComputeObjective(snes, W, &g)); in SNESLineSearchApply_BT()
|
| /petsc/src/snes/impls/ngmres/ |
| H A D | snesngmres.c | 191 PetscCall(SNESComputeObjective(snes, X, &objmin)); in SNESSolve_NGMRES() 239 PetscCall(SNESComputeObjective(snes, XM, &objM)); in SNESSolve_NGMRES() 254 PetscCall(SNESComputeObjective(snes, XA, &objA)); in SNESSolve_NGMRES() 262 PetscCall(SNESComputeObjective(snes, X, &obj)); in SNESSolve_NGMRES()
|
| H A D | ngmresfunc.c | 213 if (objective) PetscCall(SNESComputeObjective(snes, X, &objT)); in SNESNGMRESSelect_Private()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 430 PetscCall(SNESComputeObjective(snes, W, fkp1)); in SNESNewtonTRObjective() 561 PetscCall(SNESComputeObjective(snes, X, &fk)); in SNESSolve_NEWTONTR() 613 PetscCall(SNESComputeObjective(snes, X, &fk)); in SNESSolve_NEWTONTR()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 151 PetscErrorCode SNESComputeObjective(PetscSNES, PetscVec, PetscReal*)
|
| H A D | SNES.pyx | 1097 setObjective, petsc.SNESComputeObjective 1101 CHKERR(SNESComputeObjective(self.snes, x.vec, &o))
|
| /petsc/include/ |
| H A D | petscsnes.h | 582 PETSC_EXTERN PetscErrorCode SNESComputeObjective(SNES, Vec, PetscReal *);
|