Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c7 static PetscFunctionList TSGLLEAcceptList; variable
770 PetscCall(PetscFunctionListFind(TSGLLEAcceptList, type, &r)); in TSGLLESetAcceptType_GLLE()
1150 …e for determining whether to accept a step", "TSGLLESetAcceptType", TSGLLEAcceptList, gl->accept_n… in TSSetFromOptions_GLLE()
1259 PetscCall(PetscFunctionListAdd(&TSGLLEAcceptList, sname, function)); in TSGLLEAcceptRegister()
1313 PetscCall(PetscFunctionListDestroy(&TSGLLEAcceptList)); in TSGLLEFinalizePackage()