Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c9 static PetscBool TSGLLERegisterAllCalled; variable
1275 if (TSGLLERegisterAllCalled) PetscFunctionReturn(PETSC_SUCCESS); in TSGLLERegisterAll()
1276 TSGLLERegisterAllCalled = PETSC_TRUE; in TSGLLERegisterAll()
1315 TSGLLERegisterAllCalled = PETSC_FALSE; in TSGLLEFinalizePackage()