Searched refs:TSTHETA (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tsregall.c | 47 PetscCall(TSRegister(TSTHETA, TSCreate_Theta)); in TSRegisterAll()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3.c | 117 PetscCall(TSSetType(ts, TSTHETA)); in main()
|
| H A D | ex9.c | 172 PetscCall(TSSetType(ts, TSTHETA)); in main()
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.c | 68 PetscCall(TSSetType(ts,TSTHETA)); in RunTest()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex17.c | 86 PetscCall(TSSetType(ts, TSTHETA)); in main()
|
| H A D | ex10.c | 260 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSTHETA, &istheta)); in RDGetLocalArrays() 1125 PetscCall(TSSetType(ts, TSTHETA)); in main()
|
| H A D | ex31.c | 1217 …} else if ((!strcmp(time_scheme, TSTHETA)) || (!strcmp(time_scheme, TSBEULER)) || (!strcmp(time_sc… in SolveODE()
|
| H A D | ex14.c | 1574 PetscCall(TSSetType(ts, TSTHETA)); in main()
|
| /petsc/doc/changes/ |
| H A D | 31.md | 125 - Add Theta and General Linear time integrators (TSTHETA, TSGL).
|
| H A D | 37.md | 176 - Updated TSTHETA, TSBEULER, and TSCN to support time adaptivity by
|
| H A D | 38.md | 136 `-ts_adapt_type basic` to turn on adaptivity in TSTHETA.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 12 PetscTSType TSTHETA
|
| H A D | TS.pyx | 15 THETA = S_(TSTHETA)
|
| /petsc/doc/manual/ |
| H A D | ts.md | 216 …e `TSEULER`, `TSRK` (Runge-Kutta), `TSBEULER`, `TSCN` (Crank-Nicolson), `TSTHETA`, `TSGLLE` (gener… 870 To use a fully implicit method like `TSTHETA`, `TSBDF` or `TSDIRK`, either 1114 explicit methods and `TSTHETA` implicit methods, which include
|
| /petsc/include/ |
| H A D | petscts.h | 42 #define TSTHETA "theta" macro
|