Home
last modified time | relevance | path

Searched refs:TSSSPRKS2 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/explicit/ssp/
H A Dssp.c351 PetscCall(PetscStrcmp(type, TSSSPRKS2, &flag)); in TSSSPSetType_SSP()
391 char tname[256] = TSSSPRKS2; in TSSetFromOptions_SSP()
476 PetscCall(TSSSPSetType(ts, TSSSPRKS2)); in TSCreate_SSP()
493 PetscCall(PetscFunctionListAdd(&TSSSPList, TSSSPRKS2, TSSSPStep_RK_2)); in TSSSPInitializePackage()
/petsc/include/
H A Dpetscts.h1091 #define TSSSPRKS2 "rks2" macro