Home
last modified time | relevance | path

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

/petsc/src/ts/adapt/interface/
H A Dtsadapt.c5 static PetscFunctionList TSAdaptList; variable
50 PetscCall(PetscFunctionListAdd(&TSAdaptList, sname, function)); in TSAdaptRegister()
88 PetscCall(PetscFunctionListDestroy(&TSAdaptList)); in TSAdaptFinalizePackage()
139 PetscCall(PetscFunctionListFind(TSAdaptList, type, &r)); in TSAdaptSetType()
752 …"-ts_adapt_type", "Algorithm to use for adaptivity", "TSAdaptSetType", TSAdaptList, ((PetscObject)… in TSAdaptSetFromOptions()