Home
last modified time | relevance | path

Searched refs:TSTHETA (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ts/interface/
H A Dtsregall.c47 PetscCall(TSRegister(TSTHETA, TSCreate_Theta)); in TSRegisterAll()
/petsc/src/ts/tutorials/power_grid/
H A Dex3.c117 PetscCall(TSSetType(ts, TSTHETA)); in main()
H A Dex9.c172 PetscCall(TSSetType(ts, TSTHETA)); in main()
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c68 PetscCall(TSSetType(ts,TSTHETA)); in RunTest()
/petsc/src/ts/tutorials/
H A Dex17.c86 PetscCall(TSSetType(ts, TSTHETA)); in main()
H A Dex10.c260 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSTHETA, &istheta)); in RDGetLocalArrays()
1125 PetscCall(TSSetType(ts, TSTHETA)); in main()
H A Dex31.c1217 …} else if ((!strcmp(time_scheme, TSTHETA)) || (!strcmp(time_scheme, TSBEULER)) || (!strcmp(time_sc… in SolveODE()
H A Dex14.c1574 PetscCall(TSSetType(ts, TSTHETA)); in main()
/petsc/doc/changes/
H A D31.md125 - Add Theta and General Linear time integrators (TSTHETA, TSGL).
H A D37.md176 - Updated TSTHETA, TSBEULER, and TSCN to support time adaptivity by
H A D38.md136 `-ts_adapt_type basic` to turn on adaptivity in TSTHETA.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi12 PetscTSType TSTHETA
H A DTS.pyx15 THETA = S_(TSTHETA)
/petsc/doc/manual/
H A Dts.md216 …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 Dpetscts.h42 #define TSTHETA "theta" macro