Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c444 static PetscErrorCode GradientComplete(Tao tao, Vec x, Vec V, PetscCtx ctx) in GradientComplete() function
617 PetscCall(TaoSetGradient(tao, NULL, GradientComplete, (void *)ctx)); in main()