Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c6 static PetscFunctionList TSGLLEList; variable
757 PetscCall(PetscFunctionListFind(TSGLLEList, type, &r)); in TSGLLESetType_GLLE()
1129 …PetscCall(PetscOptionsFList("-ts_gl_type", "Type of GL method", "TSGLLESetType", TSGLLEList, gl->t… in TSSetFromOptions_GLLE()
1225 PetscCall(PetscFunctionListAdd(&TSGLLEList, sname, function)); in TSGLLERegister()
1312 PetscCall(PetscFunctionListDestroy(&TSGLLEList)); in TSGLLEFinalizePackage()