Home
last modified time | relevance | path

Searched refs:time_steps_max (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex5.c80 PetscInt time_steps_max = 100; /* default max timesteps */ in main() local
189 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()
H A Dex6.c82 PetscInt time_steps_max = 100; /* default max timesteps */ in main() local
192 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()
H A Dex4.c89 PetscInt time_steps_max = 100; /* default max timesteps */ in main() local
227 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()
H A Dex2.c73 PetscInt time_steps_max = 100; /* default max timesteps */ in main() local
170 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()
H A Dex3.c86 PetscInt time_steps_max = 100; /* default max timesteps */ in main() local
213 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()
H A Dex21.c76 PetscInt time_steps_max = 1000; /* default max timesteps */ in main() local
182 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()
/petsc/src/ts/tests/
H A Dex12.c67 PetscInt time_steps_max = 100; /* default max timesteps */ in main() local
162 PetscCall(TSSetMaxSteps(ts, time_steps_max)); in main()