Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c5 static PetscBool TSGLLEAdaptRegisterAllCalled; variable
74 if (TSGLLEAdaptRegisterAllCalled) PetscFunctionReturn(PETSC_SUCCESS); in TSGLLEAdaptRegisterAll()
75 TSGLLEAdaptRegisterAllCalled = PETSC_TRUE; in TSGLLEAdaptRegisterAll()
95 TSGLLEAdaptRegisterAllCalled = PETSC_FALSE; in TSGLLEAdaptFinalizePackage()