Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c3 static PetscFunctionList TSGLLEAdaptList; variable
58 PetscCall(PetscFunctionListAdd(&TSGLLEAdaptList, sname, function)); in TSGLLEAdaptRegister()
93 PetscCall(PetscFunctionListDestroy(&TSGLLEAdaptList)); in TSGLLEAdaptFinalizePackage()
123 PetscCall(PetscFunctionListFind(TSGLLEAdaptList, type, &r)); in TSGLLEAdaptSetType()
178 …dapt_type", "Algorithm to use for adaptivity", "TSGLLEAdaptSetType", TSGLLEAdaptList, ((PetscObjec… in TSGLLEAdaptSetFromOptions()