Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1103 if (!gl->Accept) PetscCall(TSGLLESetAcceptType(ts, TSGLLEACCEPT_ALWAYS)); in TSSetUp_GLLE()
1149 char type[256] = TSGLLEACCEPT_ALWAYS; in TSSetFromOptions_GLLE()
1279 PetscCall(TSGLLEAcceptRegister(TSGLLEACCEPT_ALWAYS, TSGLLEAccept_Always)); in TSGLLERegisterAll()
/petsc/include/
H A Dpetscts.h1211 #define TSGLLEACCEPT_ALWAYS "always" macro