Home
last modified time | relevance | path

Searched refs:TSEULER (Results 1 – 13 of 13) sorted by relevance

/petsc/src/ts/interface/
H A Dtsregall.c41 PetscCall(TSRegister(TSEULER, TSCreate_Euler)); in TSRegisterAll()
H A Dts.c109 else defaultType = ifun ? TSBEULER : TSEULER; in TSSetFromOptions()
2500 PetscCall(TSSetType(ts, ifun ? TSBEULER : TSEULER)); in TSSetUp()
/petsc/src/ts/tests/
H A Dex6.c51 PetscCall(TSSetType(ts, TSEULER)); in main()
H A Dex7.c81 PetscCall(TSSetType(ts, TSEULER)); in main()
H A Dex10.c165 PetscCall(TSSetType(red->ts, TSEULER)); in TSDAESimpleSetUp_Reduced()
H A Dex4.c79 PetscCall(TSSetType(ts, TSEULER)); in main()
/petsc/doc/changes/
H A D31.md123 - Rename TS_EULER, TS_BEULER, etc like TSEULER for consistency with
/petsc/src/ts/tutorials/
H A Dex52.c332 PetscCall(TSSetType(ts, TSEULER)); in main()
H A Dex31.c1209 …if ((!strcmp(time_scheme, TSEULER)) || (!strcmp(time_scheme, TSRK)) || (!strcmp(time_scheme, TSSSP… in SolveODE()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi4 PetscTSType TSEULER
H A DTS.pyx7 EULER = S_(TSEULER)
/petsc/include/
H A Dpetscts.h34 #define TSEULER "euler" macro
/petsc/doc/manual/
H A Dts.md216 Some of the currently supported types are `TSEULER`, `TSRK` (Runge-Kutta), `TSBEULER`, `TSCN` (Cran…