Searched refs:TSRK4 (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex14.c | 120 PetscCall(PetscStrcmp(type, TSRK4, &rk4)); in TestTSRK() 151 PetscCall(TestTSRK(ts, TSRK4)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 291 PetscTSRKType TSRK4
|
| H A D | TS.pyx | 43 RK4 = S_(TSRK4)
|
| /petsc/include/ |
| H A D | petscts.h | 1280 #define TSRK4 "4" macro
|
| /petsc/src/ts/impls/explicit/rk/ |
| H A D | rk.c | 236 PetscCall(TSRKRegister(TSRK4, 4, 4, &A[0][0], b, NULL, NULL, 0, NULL)); in TSRKRegisterAll()
|
| /petsc/doc/manual/ |
| H A D | ts.md | 907 `TSRK4` - $4$-th order, $4$-stage RK scheme).
|