Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c176 static PetscErrorCode ObjectiveMisfit(Tao tao, Vec x, PetscReal *J, void *_ctx) in ObjectiveMisfit() function
231 PetscCall(ObjectiveMisfit(tao, x, &misfit, _ctx)); in ObjectiveMisfitADMM()
436 PetscCall(ObjectiveMisfit(tao, x, &Jm, ctx)); in ObjectiveComplete()