Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex74fcomd.h1 …ime, zero double precision damfac double precision dt, dtmin, dtmax, dtgrow, tfinal, tplot, tcscal,
38 dt, dtmin, dtmax, dtgrow, tfinal, tplot, tcscal, hcscal
/petsc/src/ts/tutorials/
H A Dex19.c132 PetscReal tfinal, dt; in Monitor() local
138 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
140 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
H A Dex20.c94 PetscReal tfinal, dt; in Monitor() local
100 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
102 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
H A Dex16.c159 PetscReal tfinal, dt; in Monitor() local
165 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
167 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
H A Dex20fwd.c102 PetscReal tfinal, dt; in Monitor() local
108 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
110 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
H A Dex16fwd.c121 PetscReal tfinal, dt, tprev; in Monitor() local
126 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex20adj.c217 PetscReal tfinal, dt; in Monitor() local
223 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
225 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
H A Dex31.c1171 PetscErrorCode SolveODE(char *ptype, PetscReal dt, PetscReal tfinal, PetscInt maxiter, PetscReal *e… in SolveODE() argument
1199 PetscCall(TSSetMaxTime(ts, tfinal)); in SolveODE()
1242tfinal) > 2. * PETSC_MACHINE_EPSILON) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Note: There is a di… in SolveODE()
1265 PetscReal tfinal = 20.0; /* Final time for the time-integration */ in main() local
1286 …ptionsReal("-final_time", "Final time for the time-integration", "<20.0>", tfinal, &tfinal, NULL)); in main()
1294 …dt %f, final time %f and system size %" PetscInt_FMT ".\n", ptype, (double)dt, (double)tfinal, N)); in main()
1295 PetscCall(SolveODE(&ptype[0], dt, tfinal, maxiter, &error[r], &flag)); in main()
H A Dex20opt_ic.c155 PetscReal tfinal, dt; in Monitor() local
161 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
163 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
H A Dex20opt_p.c343 PetscReal tfinal, dt; in Monitor() local
349 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
351 while (user->next_output <= t && user->next_output <= tfinal) { in Monitor()
/petsc/src/ts/tutorials/autodiff/
H A Dex16adj.cxx152 PetscReal tfinal, dt, tprev; in Monitor() local
157 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex16adj_tl.cxx172 PetscReal tfinal, dt, tprev; in Monitor() local
177 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
H A Dex16opt_ic.cxx109 PetscReal tfinal, dt, tprev; in Monitor() local
114 PetscCall(TSGetMaxTime(ts, &tfinal)); in Monitor()
/petsc/src/ts/tests/
H A Dex4.c27 PetscReal tfinal; member
81 ftime_original = data.tfinal = 1.0; in main()