| /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 | tshistory.c | 48 PetscErrorCode TSHistoryGetTime(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *t) in TSHistoryGetTime() 63 PetscErrorCode TSHistoryGetTimeStep(TSHistory tsh, PetscBool backward, PetscInt step, PetscReal *dt) in TSHistoryGetTimeStep()
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex10.c | 6 static PetscErrorCode CreateIS(MPI_Comm comm, PetscInt n, PetscInt first, PetscInt step, IS *is) in CreateIS() 24 PetscInt n = 10, N, first = 0, step = 0, start, end; in main() local
|
| H A D | ex13.c | 11 …ErrorCode CreateIS(MPI_Comm comm, PetscInt type, PetscInt n, PetscInt first, PetscInt step, IS *is) in CreateIS() 41 PetscInt n = 10, first = 0, step = 1, offset = 0; in main() local
|
| H A D | ex4.c | 7 PetscInt step = 2; in main() local
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 9 PetscInt first, step; member 87 PetscErrorCode ISStrideGetInfo(IS is, PetscInt *first, PetscInt *step) in ISStrideGetInfo() 130 PetscInt rem, step; in ISLocate_Stride() local 347 PetscErrorCode ISStrideSetStride(IS is, PetscInt n, PetscInt first, PetscInt step) in ISStrideSetStride() 356 static PetscErrorCode ISStrideSetStride_Stride(IS is, PetscInt n, PetscInt first, PetscInt step) in ISStrideSetStride_Stride() 408 PetscErrorCode ISCreateStride(MPI_Comm comm, PetscInt n, PetscInt first, PetscInt step, IS *is) in ISCreateStride()
|
| /petsc/src/vec/is/is/tutorials/ |
| H A D | ex2.c | 13 PetscInt i, n, first, step; in main() local
|
| /petsc/src/tao/bound/impls/bncg/ |
| H A D | bncg.c | 42 PetscErrorCode TaoBNCGBoundStep(Tao tao, PetscInt asType, Vec step) in TaoBNCGBoundStep() 63 PetscReal step = 1.0, gnorm, gnorm2, resnorm; in TaoSolve_BNCG() local 436 PETSC_INTERN PetscErrorCode TaoBNCGStepDirectionUpdate(Tao tao, PetscReal gnorm2, PetscReal step, P… in TaoBNCGStepDirectionUpdate() 873 PetscReal step = 1.0, gnorm2, gd, dnorm = 0.0; in TaoBNCGConductIteration() local
|
| /petsc/src/ts/adapt/impls/history/ |
| H A D | adapthist.c | 10 PetscInt step; in TSAdaptChoose_History() local 79 PetscErrorCode TSAdaptHistoryGetStep(TSAdapt adapt, PetscInt step, PetscReal *t, PetscReal *dt) in TSAdaptHistoryGetStep()
|
| /petsc/src/ts/tests/ |
| H A D | ex14.c | 26 PetscInt step; in TestCheckStage() local 47 PetscInt step; in TestExplicitTS() local
|
| H A D | ex28.c | 351 static PetscErrorCode HGMonitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in HGMonitor() 382 static PetscErrorCode SPMonitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in SPMonitor() 414 static PetscErrorCode KSConv(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in KSConv()
|
| H A D | ex2.c | 139 PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal time, Vec global, PetscCtx ctx) in Monitor()
|
| /petsc/src/binding/petsc4py/demo/python_types/ |
| H A D | taopython_protocol.py | 26 def step(self, tao: TAO, x: Vec, g: Vec, s: Vec): member in TAOPythonProtocol
|
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 109 PetscErrorCode TSMonitorLGCtxNetworkSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, void *dc… in TSMonitorLGCtxNetworkSolution()
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | gs.c | 971 PetscErrorCode PCTFS_gs_gop_vec(PCTFS_gs_id *gs, PetscScalar *vals, const char *op, PetscInt step) in PCTFS_gs_gop_vec() 988 static PetscErrorCode PCTFS_gs_gop_vec_plus(PCTFS_gs_id *gs, PetscScalar *vals, PetscInt step) in PCTFS_gs_gop_vec_plus() 1018 static PetscErrorCode PCTFS_gs_gop_vec_local_plus(PCTFS_gs_id *gs, PetscScalar *vals, PetscInt step) in PCTFS_gs_gop_vec_local_plus() 1065 …ic PetscErrorCode PCTFS_gs_gop_vec_local_in_plus(PCTFS_gs_id *gs, PetscScalar *vals, PetscInt step) in PCTFS_gs_gop_vec_local_in_plus() 1098 static PetscErrorCode PCTFS_gs_gop_vec_local_out(PCTFS_gs_id *gs, PetscScalar *vals, PetscInt step) in PCTFS_gs_gop_vec_local_out() 1131 …PetscErrorCode PCTFS_gs_gop_vec_pairwise_plus(PCTFS_gs_id *gs, PetscScalar *in_vals, PetscInt step) in PCTFS_gs_gop_vec_pairwise_plus() 1225 static PetscErrorCode PCTFS_gs_gop_vec_tree_plus(PCTFS_gs_id *gs, PetscScalar *vals, PetscInt step) in PCTFS_gs_gop_vec_tree_plus()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex2.c | 83 PetscInt step; in main() local
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_tao_py.py | 46 def step(self, tao, x, g, s): member in MyTao 185 def step(self, tao, x, g, s): member in MyGradientDescent
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.py | 117 step = OptDB.getInt('step', 4) variable
|
| /petsc/src/tao/unconstrained/impls/lmvm/ |
| H A D | lmvm.c | 11 PetscReal step = 1.0; in TaoSolve_LMVM() local
|
| /petsc/src/tao/unconstrained/impls/cg/ |
| H A D | taocg.c | 17 PetscReal step = 1.0, f, gnorm, gnorm2, delta, gd, ginner, beta; in TaoSolve_CG() local
|
| /petsc/src/ts/tutorials/optimal_control/ |
| H A D | ex1.c | 29 PetscInt step; in RHSFunction() local 50 PetscInt step, rows[2] = {0, 1}, rowcol[2]; in RHSJacobianP() local 102 PetscInt step, i, j, k; in RHSHessianProductPP() local 140 PetscInt step, j, k; in IntegrandHessianProductUU() local
|
| /petsc/src/ts/tutorials/ |
| H A D | extchem.c | 360 PetscErrorCode MonitorMassConservation(TS ts, PetscInt step, PetscReal time, Vec x, PetscCtx ctx) in MonitorMassConservation() 374 PetscErrorCode MonitorTempature(TS ts, PetscInt step, PetscReal time, Vec x, PetscCtx ctx) in MonitorTempature()
|
| /petsc/src/tao/bound/impls/bnk/ |
| H A D | bnk.c | 344 PetscErrorCode TaoBNKBoundStep(Tao tao, PetscInt asType, Vec step) in TaoBNKBoundStep() 796 PetscReal step, kappa; in TaoBNKUpdateTrustRadius() local
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex1.c | 86 static PetscErrorCode Monitor(TS ts, PetscInt step, PetscReal t, Vec U, PetscCtx ctx) in Monitor()
|
| /petsc/src/tao/unconstrained/impls/owlqn/ |
| H A D | owlqn.c | 56 PetscReal step = 1.0; in TaoSolve_OWLQN() local
|