Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex74.c61 #define IRKGAUSS "gauss" macro
93 char irktype[256] = IRKGAUSS; in main()
97 PetscCall(PetscFunctionListAdd(&IRKList, IRKGAUSS, RKCreate_Gauss)); in main()