Searched refs:ComputeObjective (Results 1 – 1 of 1) sorted by relevance
90 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