Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c17 static PetscFunctionList TSIRKList; variable
193 PetscCall(PetscFunctionListAdd(&TSIRKList, sname, function)); in TSIRKRegister()
261 PetscCall(PetscFunctionListDestroy(&TSIRKList)); in TSIRKFinalizePackage()
619 …PetscCall(PetscOptionsFList("-ts_irk_type", "Type of IRK method", "TSIRKSetType", TSIRKList, irk->… in TSSetFromOptions_IRK()
780 PetscCall(PetscFunctionListFind(TSIRKList, irktype, &irkcreate)); in TSIRKSetType_IRK()