Home
last modified time | relevance | path

Searched refs:TS_EQ_ODE_EXPLICIT (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5adj.c84 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
H A Dex5opt_ic.c244 …PetscCall(TSSetEquationType(appctx.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adj… in main()
H A Dex5adj_mf.c286 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
/petsc/src/ts/tutorials/
H A Dex20td.c309 PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); in main()
H A Dex20adj.c286 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
H A Dex20opt_ic.c441 …PetscCall(TSSetEquationType(user.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoi… in main()
H A Dex20opt_p.c422 …PetscCall(TSSetEquationType(user.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoi… in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex9adj.c276 …PetscCall(TSSetEquationType(ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoint BE… in main()
H A Dex9opt.c245 …PetscCall(TSSetEquationType(ctx.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when adjoin… in main()
/petsc/src/ts/tutorials/optimal_control/
H A Dex1.c287 …PetscCall(TSSetEquationType(aircraft.ts, TS_EQ_ODE_EXPLICIT)); /* less Jacobian evaluations when a… in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi35 TS_EQ_ODE_EXPLICIT
H A DTS.pyx101 ODE_EXPLICIT = TS_EQ_ODE_EXPLICIT
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c510 …PetscCheck(ts->equation_type <= TS_EQ_ODE_EXPLICIT, PetscObjectComm((PetscObject)ts), PETSC_ERR_SU… in SNESTSFormJacobian_IRK()
/petsc/include/
H A Dpetscts.h90 TS_EQ_ODE_EXPLICIT = 1, enumerator
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c287 if (eqtype == TS_EQ_ODE_EXPLICIT) { in TSAdjointStepBEuler_Private()