Searched refs:TSARKIMEX (Results 1 – 25 of 28) sorted by relevance
12
| /petsc/src/ts/interface/ |
| H A D | tsregall.c | 58 PetscCall(TSRegister(TSARKIMEX, TSCreate_ARKIMEX)); in TSRegisterAll()
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex5.c | 122 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex3.c | 113 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| /petsc/src/ts/tests/ |
| H A D | ex26.c | 45 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSARKIMEX, &usingimex)); in main()
|
| H A D | ex25.c | 107 PetscCall(TSSetType(ts, TSARKIMEX)); in Brusselator()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex36.c | 153 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex22.c | 90 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex25.c | 88 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex29.c | 113 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex35.cxx | 121 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex20adj.c | 294 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex22f.F90 | 91 PetscCallA(TSSetType(ts, TSARKIMEX, ierr))
|
| H A D | extchem.c | 133 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex22f_mf.F90 | 100 PetscCallA(TSSetType(ts, TSARKIMEX, ierr))
|
| H A D | extchemfield.c | 153 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex31.c | 1217 …rcmp(time_scheme, TSCN)) || (!strcmp(time_scheme, TSALPHA)) || (!strcmp(time_scheme, TSARKIMEX))) { in SolveODE()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex3fastslowsplit.c | 168 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex8.c | 91 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| H A D | ex7.c | 85 PetscCall(TSSetType(ts, TSARKIMEX)); in main()
|
| /petsc/doc/changes/ |
| H A D | 32.md | 215 - Added TSARKIMEX: additive Runge-Kutta implicit-explicit methods
|
| H A D | 319.md | 212 - Add support for first-order adjoint calculation for `TSARKIMEX`
|
| /petsc/doc/manual/ |
| H A D | ts.md | 342 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 D | getting_started.md | 899 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 D | fsarkimex.c | 265 PetscCall(TSSetType(ts_start, TSARKIMEX)); in TSStep_ARKIMEX_FastSlowSplit()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 18 PetscTSType TSARKIMEX
|
12