Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/ !
H A Dburgers_spectral.c48 PetscReal Tend; /* endtime */ member
118 appctx.param.Tend = 4; in main()
122 PetscCall(PetscOptionsGetReal(NULL, NULL, "-Tend", &appctx.param.Tend, NULL)); in main()
227 PetscCall(TSSetMaxTime(appctx.ts, appctx.param.Tend)); in main()
239 PetscCall(ComputeObjective(appctx.param.Tend, appctx.dat.obj, &appctx)); in main()
H A Dspectraladjointassimilation.c54 PetscReal Tend; /* endtime */ member
129 appctx.param.Tend = 0.01; in main()
135 PetscCall(PetscOptionsGetReal(NULL, NULL, "-Tend", &appctx.param.Tend, NULL)); in main()
230 PetscCall(TSSetMaxTime(appctx.ts, appctx.param.Tend)); in main()
244 PetscCall(ComputeReference(appctx.ts, appctx.param.Tend, appctx.dat.reference, &appctx)); in main()
/petsc/src/ts/tutorials/ !
H A Dex50.c44 PetscReal Tend; /* endtime */ member
104 appctx.param.Tend = 4; in main()
108 PetscCall(PetscOptionsGetReal(NULL, NULL, "-Tend", &appctx.param.Tend, NULL)); in main()
209 PetscCall(TSSetMaxTime(appctx.ts, appctx.param.Tend)); in main()