Searched refs:TSList (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tsreg.c | 3 PetscFunctionList TSList = NULL; variable 51 PetscCall(PetscFunctionListFind(TSList, type, &r)); in TSSetType() 125 PetscCall(PetscFunctionListAdd(&TSList, sname, function)); in TSRegister()
|
| H A D | dlregists.c | 15 PetscCall(PetscFunctionListDestroy(&TSList)); in TSFinalizePackage()
|
| H A D | ts.c | 110 …PetscCall(PetscOptionsFList("-ts_type", "TS method", "TSSetType", TSList, defaultType, typeName, 2… in TSSetFromOptions()
|
| /petsc/include/ |
| H A D | petscts.h | 1004 PETSC_EXTERN PetscFunctionList TSList; variable
|