Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/
H A Dspectraladjointassimilation.c99 extern PetscErrorCode ComputeReference(TS, PetscReal, Vec, AppCtx *);
223 …ionFunction(appctx.ts, (PetscErrorCode (*)(TS, PetscReal, Vec, void *))ComputeReference, &appctx)); in main()
244 PetscCall(ComputeReference(appctx.ts, appctx.param.Tend, appctx.dat.reference, &appctx)); in main()
245 PetscCall(ComputeReference(appctx.ts, 0.0, appctx.dat.true_solution, &appctx)); in main()
392 PetscErrorCode ComputeReference(TS ts, PetscReal t, Vec obj, AppCtx *appctx) in ComputeReference() function