| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 28 PetscErrorCode TSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec u) in TSMonitor() 192 PetscErrorCode TSMonitorDefault(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat … in TSMonitorDefault() 285 PetscErrorCode TSMonitorWallClockTime(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndF… in TSMonitorWallClockTime() 335 PetscErrorCode TSMonitorExtreme(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat … in TSMonitorExtreme() 438 PetscErrorCode TSMonitorLGTimeStep(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx monctx) in TSMonitorLGTimeStep() 581 PetscErrorCode TSMonitorDrawSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx ctx) in TSMonitorDrawSolution() 638 PetscErrorCode TSMonitorDrawSolutionPhase(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx ct… in TSMonitorDrawSolutionPhase() 774 PetscErrorCode TSMonitorDrawSolutionFunction(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx… in TSMonitorDrawSolutionFunction() 813 PetscErrorCode TSMonitorDrawError(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx Ctx) in TSMonitorDrawError() 874 PetscErrorCode TSMonitorSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscViewerAndFormat… in TSMonitorSolution() [all …]
|
| H A D | tseig.c | 92 PetscErrorCode TSMonitorSPEig(TS ts, PetscInt step, PetscReal ptime, Vec v, void *monctx) in TSMonitorSPEig()
|
| H A D | ts.c | 3488 PetscReal ptime; in TSStep() local
|
| /petsc/src/ts/utils/ |
| H A D | dmdats.c | 48 static PetscErrorCode TSComputeIFunction_DMDA(TS ts, PetscReal ptime, Vec X, Vec Xdot, Vec F, Petsc… in TSComputeIFunction_DMDA() 103 static PetscErrorCode TSComputeIJacobian_DMDA(TS ts, PetscReal ptime, Vec X, Vec Xdot, PetscReal sh… in TSComputeIJacobian_DMDA() 140 static PetscErrorCode TSComputeRHSFunction_DMDA(TS ts, PetscReal ptime, Vec X, Vec F, PetscCtx ctx) in TSComputeRHSFunction_DMDA() 189 static PetscErrorCode TSComputeRHSJacobian_DMDA(TS ts, PetscReal ptime, Vec X, Mat A, Mat B, PetscC… in TSComputeRHSJacobian_DMDA() 369 PetscErrorCode TSMonitorLGDMDARay(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx ctx) in TSMonitorLGDMDARay()
|
| H A D | dmnetworkts.c | 109 PetscErrorCode TSMonitorLGCtxNetworkSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, void *dc… in TSMonitorLGCtxNetworkSolution()
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpitime.c | 24 double ptime; in MPI_Wtime() local
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipeImpls.c | 60 PetscErrorCode PipeIFunctionLocal_Lax(DMDALocalInfo *info, PetscReal ptime, PipeField *x, PipeField… in PipeIFunctionLocal_Lax()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex27.c | 187 PetscErrorCode FormIFunctionLocal(DMDALocalInfo *info, PetscScalar ptime, Field **x, Field **xt, Fi… in FormIFunctionLocal() 315 PetscErrorCode FormIFunction(TS ts, PetscReal ptime, Vec X, Vec Xdot, Vec F, void *user) in FormIFunction()
|
| H A D | ex7.c | 232 PetscErrorCode MyTSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx ctx) in MyTSMonitor()
|
| H A D | ex12.c | 247 PetscErrorCode MyTSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx ctx) in MyTSMonitor()
|
| H A D | ex26.c | 257 PetscErrorCode FormIFunctionLocal(DMDALocalInfo *info, PetscReal ptime, Field **x, Field **xdot, Fi… in FormIFunctionLocal()
|
| H A D | ex29.c | 222 PetscErrorCode FormIFunctionLocal(DMDALocalInfo *info, PetscReal ptime, Field **x, Field **xt, Fiel… in FormIFunctionLocal()
|
| H A D | ex52.c | 102 PetscErrorCode MyTSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx ctx) in MyTSMonitor()
|
| H A D | ex9.c | 1399 PetscReal ptime; in main() local
|
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.h | 38 PetscReal ptime; member
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1237 static PetscErrorCode TSAdjointMonitorSensi(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscInt … in TSAdjointMonitorSensi() 1426 PetscErrorCode TSAdjointMonitorDrawSensi(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscInt num… in TSAdjointMonitorDrawSensi() 1632 PetscErrorCode TSAdjointMonitor(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscInt numcost, Vec… in TSAdjointMonitor()
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 211 PetscReal ptime, next_time_step = ts->time_step; in TSStep_BasicSymplectic() local
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 264 static PetscErrorCode TSPseudoMonitorDefault(TS ts, PetscInt step, PetscReal ptime, Vec v, void *du… in TSPseudoMonitorDefault()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 621 PetscReal ptime; in main() local
|
| H A D | ex6.c | 750 PetscReal ptime; in main() local
|
| H A D | ex7.c | 669 PetscReal ptime; in main() local
|
| H A D | ex8.c | 1092 PetscReal ptime; in main() local
|
| H A D | ex4.c | 1191 PetscReal ptime, maxtime; in main() local
|
| /petsc/src/ts/impls/multirate/ |
| H A D | mprk.c | 63 PetscReal ptime; member
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 298 …PetscReal ptime; /* time at the start of the current step (stage time is internal if… member
|