Searched refs:TSSetEquationType (Results 1 – 22 of 22) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex26.c | 22 if (flg) PetscCall(TSSetEquationType(ts, TS_EQ_ODE_IMPLICIT)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex3.c | 118 PetscCall(TSSetEquationType(ts, TS_EQ_IMPLICIT)); in main()
|
| H A D | ex9adj.c | 276 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
|
| H A D | ex9opt.c | 245 …PetscCall(TSSetEquationType(ctx.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoin… in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex36.c | 156 PetscCall(TSSetEquationType(ts, TS_EQ_DAE_IMPLICIT_INDEX1)); in main()
|
| H A D | ex25.c | 89 PetscCall(TSSetEquationType(ts, TS_EQ_DAE_IMPLICIT_INDEX1)); in main()
|
| H A D | ex20td.c | 309 PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); in main()
|
| H A D | ex35.cxx | 122 PetscCall(TSSetEquationType(ts, TS_EQ_DAE_IMPLICIT_INDEX1)); in main()
|
| H A D | ex20adj.c | 286 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
|
| H A D | ex20opt_ic.c | 441 …PetscCall(TSSetEquationType(user.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoi… in main()
|
| H A D | ex20opt_p.c | 422 …PetscCall(TSSetEquationType(user.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoi… in main()
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex5adj.c | 84 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
|
| H A D | ex5opt_ic.c | 244 …PetscCall(TSSetEquationType(appctx.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adj… in main()
|
| H A D | ex5adj_mf.c | 286 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
|
| /petsc/doc/changes/ |
| H A D | 36.md | 155 TSSetEquationType(). It currently only affects arkimex methods.
|
| /petsc/src/ts/tutorials/optimal_control/ |
| H A D | ex1.c | 287 …PetscCall(TSSetEquationType(aircraft.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when a… in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 138 PetscErrorCode TSSetEquationType(PetscTS, PetscTSEquationType)
|
| H A D | TS.pyx | 484 petsc.TSSetEquationType 487 CHKERR(TSSetEquationType(self.ts, eqtype))
|
| /petsc/doc/manual/ |
| H A D | ts.md | 351 The user needs to set `TSSetEquationType()` to `TS_EQ_IMPLICIT` or 395 … f(t,u,\dot{u})\\G(t,u) &= 0\end{aligned}`; the user needs to set ``TSSetEquationType()`` to ``TS_…
|
| /petsc/include/ |
| H A D | petscts.h | 516 PETSC_EXTERN PetscErrorCode TSSetEquationType(TS, TSEquationType);
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9bus.c | 1173 PetscCall(TSSetEquationType(ts, TS_EQ_DAE_IMPLICIT_INDEX1)); in main()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 4810 PetscErrorCode TSSetEquationType(TS ts, TSEquationType equation_type) in TSSetEquationType() function
|