Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c90 extern PetscErrorCode ComputeObjective(PetscReal, Vec, AppCtx *);
239 PetscCall(ComputeObjective(appctx.param.Tend, appctx.dat.obj, &appctx)); in main()
347 PetscErrorCode ComputeObjective(PetscReal t, Vec obj, AppCtx *appctx) in ComputeObjective() function