Home
last modified time | relevance | path

Searched refs:TSEIMEX (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/interface/
H A Dtsregall.c61 PetscCall(TSRegister(TSEIMEX, TSCreate_EIMEX)); in TSRegisterAll()
/petsc/src/ts/tutorials/eimex/
H A Dct_vdp_imex.c103 PetscCall(TSSetType(ts, TSEIMEX)); in main()
H A Dallen_cahn.c66 PetscCall(TSSetType(ts, TSEIMEX)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi21 PetscTSType TSEIMEX
H A DTS.pyx24 EIMEX = S_(TSEIMEX)
/petsc/include/
H A Dpetscts.h50 #define TSEIMEX "eimex" macro