Home
last modified time | relevance | path

Searched refs:TSARKIMEX (Results 1 – 25 of 28) sorted by relevance

12

/petsc/src/ts/interface/
H A Dtsregall.c58 PetscCall(TSRegister(TSARKIMEX, TSCreate_ARKIMEX)); in TSRegisterAll()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5.c122 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex3.c113 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
/petsc/src/ts/tests/
H A Dex26.c45 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSARKIMEX, &usingimex)); in main()
H A Dex25.c107 PetscCall(TSSetType(ts, TSARKIMEX)); in Brusselator()
/petsc/src/ts/tutorials/
H A Dex36.c153 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex22.c90 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex25.c88 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex29.c113 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex35.cxx121 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex20adj.c294 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex22f.F9091 PetscCallA(TSSetType(ts, TSARKIMEX, ierr))
H A Dextchem.c133 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex22f_mf.F90100 PetscCallA(TSSetType(ts, TSARKIMEX, ierr))
H A Dextchemfield.c153 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex31.c1217 …rcmp(time_scheme, TSCN)) || (!strcmp(time_scheme, TSALPHA)) || (!strcmp(time_scheme, TSARKIMEX))) { in SolveODE()
/petsc/src/ts/tutorials/multirate/
H A Dex3fastslowsplit.c168 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex8.c91 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
H A Dex7.c85 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
/petsc/doc/changes/
H A D32.md215 - Added TSARKIMEX: additive Runge-Kutta implicit-explicit methods
H A D319.md212 - Add support for first-order adjoint calculation for `TSARKIMEX`
/petsc/doc/manual/
H A Dts.md342 TSARKIMEX. $F()$ is typically linear or weakly nonlinear while
365 … be solved by using fully implicit methods. Some use-case examples for `TSARKIMEX` are listed in {…
368 .. list-table:: Use case examples for ``TSARKIMEX``
694 TSARKIMEX. This is achieved by using the following APIs:
H A Dgetting_started.md899 TSSetType(ts,TSARKIMEX);
904 This example creates an additive Runge-Kutta ODE/DAE IMEX integrator, whose type name is `TSARKIMEX
966 where Name and SubName are the type and subtype names (for example, as above `TSARKIMEX` and `3`. M…
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c265 PetscCall(TSSetType(ts_start, TSARKIMEX)); in TSStep_ARKIMEX_FastSlowSplit()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi18 PetscTSType TSARKIMEX

12