Home
last modified time | relevance | path

Searched refs:TSType (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/interface/
H A Dtsreg.c40 PetscErrorCode TSSetType(TS ts, TSType type) in TSSetType()
80 PetscErrorCode TSGetType(TS ts, TSType *type) in TSGetType()
H A Dts.c1898 TSType type; in TSView()
5722 TSType type; in TSClone()
/petsc/src/ts/tutorials/output/
H A Dex3_stringview_euler.out3 Output from string viewer: TSType: euler
H A Dex3_stringview.out3 Output from string viewer: TSType: rosw SNESType: ksponly KSPType: gmres classical (unmodified)…
/petsc/src/ts/tests/
H A Dex14.c39 TSType type; in TestExplicitTS()
H A Dex3.c153 TSType type; in main()
/petsc/doc/changes/
H A D2022.md62 - `TSType` is now a string, rather than enum type
/petsc/include/
H A Dpetscts.h33 typedef const char *TSType; typedef
1005 PETSC_EXTERN PetscErrorCode TSGetType(TS, TSType *);
1006 PETSC_EXTERN PetscErrorCode TSSetType(TS, TSType);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi3 ctypedef const char* PetscTSType "TSType"
H A DTS.pyx4 class TSType(object): class
149 Type = TSType
3281 del TSType
/petsc/src/ts/tutorials/
H A Dex31.c1177 TSType time_scheme; /* Type of time-integration scheme */ in SolveODE()
/petsc/doc/manual/
H A Dts.md213 TSSetType(TS ts,TSType type);
1381 TSSetType(TS ts,TSType TSSUNDIALS);