Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c433 PetscReal Jm, Jr; in ObjectiveComplete() local
436 PetscCall(ObjectiveMisfit(tao, x, &Jm, ctx)); in ObjectiveComplete()
438 *J = Jm + Jr; in ObjectiveComplete()