Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex74.c92 PetscFunctionList IRKList = NULL; in main() local
97 PetscCall(PetscFunctionListAdd(&IRKList, IRKGAUSS, RKCreate_Gauss)); in main()
115 …PetscCall(PetscOptionsFList("-irk_type", "IRK method family", "", IRKList, irktype, irktype, sizeo… in main()
133 PetscCall(PetscFunctionListFind(IRKList, irktype, &irkcreate)); in main()
245 PetscCall(PetscFunctionListDestroy(&IRKList)); in main()