Home
last modified time | relevance | path

Searched refs:TSPSEUDO (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ts/interface/
H A Dtsregall.c44 PetscCall(TSRegister(TSPSEUDO, TSCreate_Pseudo)); in TSRegisterAll()
/petsc/src/ts/tutorials/
H A Dex24.c48 PetscCall(TSSetType(ts, TSPSEUDO)); in main()
H A Dex1.c120 PetscCall(TSSetType(ts, TSPSEUDO)); in main()
H A Dex1f.F90290 PetscCallA(TSSetType(ts, TSPSEUDO, ierr))
H A Dex42.c289 PetscCall(TSSetType(ts, TSPSEUDO)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi7 PetscTSType TSPSEUDO
H A DTS.pyx10 PSEUDO = S_(TSPSEUDO)
/petsc/include/
H A Dpetscts.h37 #define TSPSEUDO "pseudo" macro
/petsc/doc/manual/
H A Dts.md216 …ta), `TSBEULER`, `TSCN` (Crank-Nicolson), `TSTHETA`, `TSGLLE` (generalized linear), and `TSPSEUDO`.
/petsc/doc/faq/
H A Dindex.md1525 `TSPSEUDO` for steady-states.