Home
last modified time | relevance | path

Searched refs:TS_LINEAR (Results 1 – 19 of 19) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex4.c95 TSProblemType tsproblem = TS_LINEAR; in main()
163 PetscCall(TSSetProblemType(ts, flg ? TS_NONLINEAR : TS_LINEAR)); in main()
H A Dex74.c85 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex5.c132 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex6.c135 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex3.c141 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
/petsc/src/ts/tests/
H A Dex17.c127 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
/petsc/src/ts/event/tests/
H A Dex1sin.c88 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex2.c88 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex3.c103 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex4.c95 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex5.c96 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
H A Dex3span.c101 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
/petsc/src/ts/interface/
H A Dtsrhssplit.c344 if (ts->problem_type == TS_LINEAR) PetscCall(SNESSetType(ts->snesrhssplit, SNESKSPONLY)); in TSRHSSplitGetSNES()
H A Dts.c437 if (ts->problem_type == TS_LINEAR) { in TSSetFromOptions()
588 …if (ts->rhsjacobian.time == t && (ts->problem_type == TS_LINEAR || (ts->rhsjacobian.Xid == Uid && … in TSComputeRHSJacobian()
957 …SJacobianConstant || (ts->rhsjacobian.time == t && (ts->problem_type == TS_LINEAR || (ts->rhsjacob… in TSComputeIJacobian()
2411 if (type == TS_LINEAR) { in TSSetProblemType()
2723 if (ts->problem_type == TS_LINEAR) PetscCall(SNESSetType(ts->snes, SNESKSPONLY)); in TSGetSNES()
2795 …PetscCheck(ts->problem_type == TS_LINEAR, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Linear only; use … in TSGetKSP()
/petsc/doc/manual/
H A Dts.md201 The `TSProblemType` is one of `TS_LINEAR` or `TS_NONLINEAR`.
914 TSSetProblemType(ts,TS_LINEAR);
922 TSSetProblemType(ts,TS_LINEAR);
930 TSSetProblemType(ts,TS_LINEAR);
939 TSSetProblemType(ts,TS_LINEAR);
/petsc/src/tao/unconstrained/tutorials/
H A Dspectraladjointassimilation.c224 PetscCall(TSSetProblemType(appctx.ts, TS_LINEAR)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi29 TS_LINEAR
H A DTS.pyx93 LINEAR = TS_LINEAR
/petsc/include/
H A Dpetscts.h71 TS_LINEAR, enumerator