Home
last modified time | relevance | path

Searched refs:TSMPRK (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ts/interface/
H A Dtsregall.c65 PetscCall(TSRegister(TSMPRK, TSCreate_MPRK)); in TSRegisterAll()
/petsc/src/ts/tutorials/multirate/
H A Dex3.c127 PetscCall(TSSetType(ts, TSMPRK)); in main()
H A Dex1.c146 PetscCall(TSSetType(ts, TSMPRK)); in main()
H A Dex2.c146 PetscCall(TSSetType(ts, TSMPRK)); in main()
H A Dex5.c747 PetscCall(TSSetType(ts, TSMPRK)); in main()
H A Dex7.c753 PetscCall(TSSetType(ts, TSMPRK)); in main()
H A Dex4.c1308 PetscCall(TSSetType(ts, TSMPRK)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi25 PetscTSType TSMPRK
H A DTS.pyx28 MPRK = S_(TSMPRK)
/petsc/include/
H A Dpetscts.h54 #define TSMPRK "mprk" macro