Home
last modified time | relevance | path

Searched refs:SNESObjectiveComputeFunctionDefaultFD (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/interface/
H A Dsnesob.c140 PetscErrorCode SNESObjectiveComputeFunctionDefaultFD(SNES snes, Vec X, Vec F, PetscCtx ctx) in SNESObjectiveComputeFunctionDefaultFD() function
H A Dsnes.c1104 if (flg) PetscCall(SNESSetFunction(snes, NULL, SNESObjectiveComputeFunctionDefaultFD, NULL)); in SNESSetFromOptions()
2482 …if (sdm->ops->computefunction != SNESObjectiveComputeFunctionDefaultFD) PetscCall(PetscLogEventBeg… in SNESComputeFunction()
2493 …if (sdm->ops->computefunction != SNESObjectiveComputeFunctionDefaultFD) PetscCall(PetscLogEventEnd… in SNESComputeFunction()
/petsc/doc/changes/
H A D34.md195 SNESObjectiveComputeFunctionDefaultFD() to match more consistent
/petsc/include/
H A Dpetscsnes.h569 PETSC_EXTERN SNESFunctionFn SNESObjectiveComputeFunctionDefaultFD; variable