Home
last modified time | relevance | path

Searched refs:TSRK2A (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex14.c148 PetscCall(TestTSRK(ts, TSRK2A)); in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c194 PetscCall(TSRKSetType(ts, TSRK2A)); in createTS_NRL()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi287 PetscTSRKType TSRK2A
H A DTS.pyx41 RK2A = S_(TSRK2A)
/petsc/include/
H A Dpetscts.h1276 #define TSRK2A "2a" macro
/petsc/src/ts/impls/explicit/rk/
H A Drk.c198 PetscCall(TSRKRegister(TSRK2A, 2, 2, &A[0][0], b, NULL, bembed, 0, NULL)); in TSRKRegisterAll()
/petsc/doc/manual/
H A Dts.md905 forward Euler, `TSRK2A` - $2$nd-order, $2$-stage RK