Home
last modified time | relevance | path

Searched refs:TSProblemType (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex4.c95 TSProblemType tsproblem = TS_LINEAR; in main()
/petsc/include/petsc/private/
H A Dtsimpl.h162 TSProblemType problem_type;
/petsc/include/
H A Dpetscts.h73 } TSProblemType; typedef
255 PETSC_EXTERN PetscErrorCode TSSetProblemType(TS, TSProblemType);
256 PETSC_EXTERN PetscErrorCode TSGetProblemType(TS, TSProblemType *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi28 ctypedef enum PetscTSProblemType "TSProblemType":
H A DTS.pyx91 class TSProblemType(object): class
153 ProblemType = TSProblemType
3285 del TSProblemType
/petsc/doc/manual/
H A Dts.md198 int TSSetProblemType(TS ts,TSProblemType problemtype);
201 The `TSProblemType` is one of `TS_LINEAR` or `TS_NONLINEAR`.
/petsc/src/ts/interface/
H A Dts.c2406 PetscErrorCode TSSetProblemType(TS ts, TSProblemType type) in TSSetProblemType()
2439 PetscErrorCode TSGetProblemType(TS ts, TSProblemType *type) in TSGetProblemType()