Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsreg.c3 PetscFunctionList TSList = NULL; variable
51 PetscCall(PetscFunctionListFind(TSList, type, &r)); in TSSetType()
125 PetscCall(PetscFunctionListAdd(&TSList, sname, function)); in TSRegister()
H A Ddlregists.c15 PetscCall(PetscFunctionListDestroy(&TSList)); in TSFinalizePackage()
H A Dts.c110 …PetscCall(PetscOptionsFList("-ts_type", "TS method", "TSSetType", TSList, defaultType, typeName, 2… in TSSetFromOptions()
/petsc/include/
H A Dpetscts.h1004 PETSC_EXTERN PetscFunctionList TSList; variable