Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex14.c120 PetscCall(PetscStrcmp(type, TSRK4, &rk4)); in TestTSRK()
151 PetscCall(TestTSRK(ts, TSRK4)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi291 PetscTSRKType TSRK4
H A DTS.pyx43 RK4 = S_(TSRK4)
/petsc/include/
H A Dpetscts.h1280 #define TSRK4 "4" macro
/petsc/src/ts/impls/explicit/rk/
H A Drk.c236 PetscCall(TSRKRegister(TSRK4, 4, 4, &A[0][0], b, NULL, NULL, 0, NULL)); in TSRKRegisterAll()
/petsc/doc/manual/
H A Dts.md907 `TSRK4` - $4$-th order, $4$-stage RK scheme).