Searched refs:TS_EQ_ODE_EXPLICIT (Results 1 – 15 of 15) sorted by relevance
| /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/src/ts/tutorials/ |
| H A D | ex20td.c | 309 PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); 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/power_grid/ |
| 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/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 | 35 TS_EQ_ODE_EXPLICIT
|
| H A D | TS.pyx | 101 ODE_EXPLICIT = TS_EQ_ODE_EXPLICIT
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 510 …PetscCheck(ts->equation_type <= TS_EQ_ODE_EXPLICIT, PetscObjectComm((PetscObject)ts), PETSC_ERR_SU… in SNESTSFormJacobian_IRK()
|
| /petsc/include/ |
| H A D | petscts.h | 90 TS_EQ_ODE_EXPLICIT = 1, enumerator
|
| /petsc/src/ts/impls/implicit/theta/ |
| H A D | theta.c | 287 if (eqtype == TS_EQ_ODE_EXPLICIT) { in TSAdjointStepBEuler_Private()
|