Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/ !
H A Dglle.c664 PetscErrorCode TSGLLESetAcceptType(TS ts, TSGLLEAcceptType type) in TSGLLESetAcceptType() function
1103 if (!gl->Accept) PetscCall(TSGLLESetAcceptType(ts, TSGLLEACCEPT_ALWAYS)); in TSSetUp_GLLE()
1151 if (flg || !gl->accept_name[0]) PetscCall(TSGLLESetAcceptType(ts, type)); in TSSetFromOptions_GLLE()
/petsc/include/ !
H A Dpetscts.h1252 PETSC_EXTERN PetscErrorCode TSGLLESetAcceptType(TS, TSGLLEAcceptType);