Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_fg.c185 PetscCall(PetscLogEventBegin(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeObjective()
187 PetscCall(PetscLogEventEnd(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeObjective()
242 PetscCall(PetscLogEventBegin(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeObjectiveAndGradient()
244 PetscCall(PetscLogEventEnd(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeObjectiveAndGradient()
437 PetscCall(PetscLogEventBegin(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeResidual()
439 PetscCall(PetscLogEventEnd(TAO_ObjectiveEval, tao, X, NULL, NULL)); in TaoComputeResidual()
H A Ddlregistao.c48 PetscCall(PetscLogEventRegister("TaoObjectiveEval", TAO_CLASSID, &TAO_ObjectiveEval)); in TaoInitializePackage()
H A Dtaosolver.c10 PetscLogEvent TAO_ObjectiveEval; variable
/petsc/include/petsc/private/
H A Dtaoimpl.h183 PETSC_EXTERN PetscLogEvent TAO_ObjectiveEval; variable