Searched refs:TS_LINEAR (Results 1 – 19 of 19) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex4.c | 95 TSProblemType tsproblem = TS_LINEAR; in main() 163 PetscCall(TSSetProblemType(ts, flg ? TS_NONLINEAR : TS_LINEAR)); in main()
|
| H A D | ex74.c | 85 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex5.c | 132 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex6.c | 135 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex3.c | 141 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex17.c | 127 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| /petsc/src/ts/event/tests/ |
| H A D | ex1sin.c | 88 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex2.c | 88 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex3.c | 103 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex4.c | 95 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex5.c | 96 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| H A D | ex3span.c | 101 PetscCall(TSSetProblemType(ts, TS_LINEAR)); in main()
|
| /petsc/src/ts/interface/ |
| H A D | tsrhssplit.c | 344 if (ts->problem_type == TS_LINEAR) PetscCall(SNESSetType(ts->snesrhssplit, SNESKSPONLY)); in TSRHSSplitGetSNES()
|
| H A D | ts.c | 437 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 D | ts.md | 201 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 D | spectraladjointassimilation.c | 224 PetscCall(TSSetProblemType(appctx.ts, TS_LINEAR)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 29 TS_LINEAR
|
| H A D | TS.pyx | 93 LINEAR = TS_LINEAR
|
| /petsc/include/ |
| H A D | petscts.h | 71 TS_LINEAR, enumerator
|