Searched defs:maxsteps (Results 1 – 3 of 3) sorted by relevance
| /petsc/share/petsc/matlab/ |
| H A D | PetscReadBinaryTrajectory.m | 24 maxsteps = 10000; variable
|
| /petsc/src/ts/tests/ |
| H A D | ex4.c | 232 PetscInt i, n, *idx, nsteps, maxsteps; in Monitor() local
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2827 PetscErrorCode TSSetMaxSteps(TS ts, PetscInt maxsteps) in TSSetMaxSteps() 2856 PetscErrorCode TSGetMaxSteps(TS ts, PetscInt *maxsteps) in TSGetMaxSteps() 3010 PetscErrorCode TSGetDuration(TS ts, PetscInt *maxsteps, PetscReal *maxtime) in TSGetDuration() 3032 PetscErrorCode TSSetDuration(TS ts, PetscInt maxsteps, PetscReal maxtime) in TSSetDuration()
|