Searched refs:tprev (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ts/tutorials/autodiff/output/ |
| H A D | ex16adj_tl_4.out | 2 t 0.000000 (tprev = 0.000000) 4 t 0.001000 (tprev = 0.000000) 6 t 0.011000 (tprev = 0.001000) 8 t 0.027177 (tprev = 0.011000) 10 t 0.043825 (tprev = 0.027177) 12 t 0.060970 (tprev = 0.043825) 14 t 0.078882 (tprev = 0.060970) 16 t 0.097860 (tprev = 0.078882) 18 t 0.118249 (tprev = 0.097860) 20 t 0.140512 (tprev = 0.118249) [all …]
|
| H A D | ex16adj_4.out | 2 t 0.000000 (tprev = 0.000000) 4 t 0.001000 (tprev = 0.000000) 6 t 0.011000 (tprev = 0.001000) 8 t 0.027177 (tprev = 0.011000) 10 t 0.043825 (tprev = 0.027177) 12 t 0.060970 (tprev = 0.043825) 14 t 0.078882 (tprev = 0.060970) 16 t 0.097860 (tprev = 0.078882) 18 t 0.118249 (tprev = 0.097860) 20 t 0.140512 (tprev = 0.118249) [all …]
|
| H A D | ex16adj_3.out | 2 t 0.000000 (tprev = 0.000000) 4 t 0.001000 (tprev = 0.000000) 6 t 0.011000 (tprev = 0.001000) 8 t 0.111000 (tprev = 0.011000) 10 t 0.180295 (tprev = 0.111000) 12 t 0.250074 (tprev = 0.180295) 14 t 0.316592 (tprev = 0.250074) 16 t 0.386535 (tprev = 0.316592) 18 t 0.443267 (tprev = 0.386535) 20 t 0.500000 (tprev = 0.443267)
|
| H A D | ex16adj_tl_3.out | 2 t 0.000000 (tprev = 0.000000) 4 t 0.001000 (tprev = 0.000000) 6 t 0.011000 (tprev = 0.001000) 8 t 0.111000 (tprev = 0.011000) 10 t 0.180295 (tprev = 0.111000) 12 t 0.250074 (tprev = 0.180295) 14 t 0.316592 (tprev = 0.250074) 16 t 0.386535 (tprev = 0.316592) 18 t 0.443267 (tprev = 0.386535) 20 t 0.500000 (tprev = 0.443267)
|
| /petsc/src/ts/trajectory/impls/visualization/ |
| H A D | trajvisualization.c | 17 PetscReal tprev; in TSTrajectorySet_Visualization() local 61 PetscCall(TSGetPrevTime(ts, &tprev)); in TSTrajectorySet_Visualization() 62 PetscCall(PetscViewerBinaryWrite(viewer, &tprev, 1, PETSC_REAL)); in TSTrajectorySet_Visualization()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex16fwd.c | 52 PetscReal tprev; member 121 PetscReal tfinal, dt, tprev; in Monitor() local 127 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor() 130 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "t %.6f (tprev = %.6f) \n", (double)t, (double)tprev)); in Monitor()
|
| /petsc/src/ts/trajectory/impls/basic/ |
| H A D | trajbasic.c | 25 PetscReal tprev; in TSTrajectorySet_Basic() local 32 PetscCall(TSGetPrevTime(ts, &tprev)); in TSTrajectorySet_Basic() 33 PetscCall(PetscViewerBinaryWrite(tjbasic->viewer, &tprev, 1, PETSC_REAL)); in TSTrajectorySet_Basic()
|
| /petsc/src/ts/tutorials/autodiff/ |
| H A D | ex16adj.cxx | 24 PetscReal tprev; member 152 PetscReal tfinal, dt, tprev; in Monitor() local 158 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor() 161 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "t %.6f (tprev = %.6f) \n", (double)t, (double)tprev)); in Monitor()
|
| H A D | ex16adj_tl.cxx | 28 PetscReal tprev; member 172 PetscReal tfinal, dt, tprev; in Monitor() local 178 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor() 181 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "t %.6f (tprev = %.6f) \n", (double)t, (double)tprev)); in Monitor()
|
| H A D | ex16opt_ic.cxx | 109 PetscReal tfinal, dt, tprev; in Monitor() local 115 PetscCall(TSGetPrevTime(ts, &tprev)); in Monitor() 118 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "t %.6f (tprev = %.6f) \n", (double)t, (double)tprev)); in Monitor()
|