petsc-3.14.6 2021-03-30
Report Typos and Errors
TSGetCFLTime
Get the maximum stable time step according to CFL criteria applied to forward Euler
Synopsis
#include "petscts.h"
PetscErrorCode
TSGetCFLTime
(
TS
ts,
PetscReal
*cfltime)
Collective on
TS
Input Arguments
ts
- time stepping context
Output Arguments
cfltime
- maximum stable time step for forward Euler
See Also
TSSetCFLTimeLocal
()
Level
advanced
Location
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages