Searched refs:TSEULER (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tsregall.c | 41 PetscCall(TSRegister(TSEULER, TSCreate_Euler)); in TSRegisterAll()
|
| H A D | ts.c | 109 else defaultType = ifun ? TSBEULER : TSEULER; in TSSetFromOptions() 2500 PetscCall(TSSetType(ts, ifun ? TSBEULER : TSEULER)); in TSSetUp()
|
| /petsc/src/ts/tests/ |
| H A D | ex6.c | 51 PetscCall(TSSetType(ts, TSEULER)); in main()
|
| H A D | ex7.c | 81 PetscCall(TSSetType(ts, TSEULER)); in main()
|
| H A D | ex10.c | 165 PetscCall(TSSetType(red->ts, TSEULER)); in TSDAESimpleSetUp_Reduced()
|
| H A D | ex4.c | 79 PetscCall(TSSetType(ts, TSEULER)); in main()
|
| /petsc/doc/changes/ |
| H A D | 31.md | 123 - Rename TS_EULER, TS_BEULER, etc like TSEULER for consistency with
|
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 332 PetscCall(TSSetType(ts, TSEULER)); in main()
|
| H A D | ex31.c | 1209 …if ((!strcmp(time_scheme, TSEULER)) || (!strcmp(time_scheme, TSRK)) || (!strcmp(time_scheme, TSSSP… in SolveODE()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 4 PetscTSType TSEULER
|
| H A D | TS.pyx | 7 EULER = S_(TSEULER)
|
| /petsc/include/ |
| H A D | petscts.h | 34 #define TSEULER "euler" macro
|
| /petsc/doc/manual/ |
| H A D | ts.md | 216 Some of the currently supported types are `TSEULER`, `TSRK` (Runge-Kutta), `TSBEULER`, `TSCN` (Cran…
|