Home
last modified time | relevance | path

Searched refs:TSGLLEAcceptType (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()
669 PetscTryMethod(ts, "TSGLLESetAcceptType_C", (TS, TSGLLEAcceptType), (ts, type)); in TSGLLESetAcceptType()
764 static PetscErrorCode TSGLLESetAcceptType_GLLE(TS ts, TSGLLEAcceptType type) in TSGLLESetAcceptType_GLLE()
/petsc/include/
H A Dpetscts.h1210 typedef const char *TSGLLEAcceptType; typedef
1252 PETSC_EXTERN PetscErrorCode TSGLLESetAcceptType(TS, TSGLLEAcceptType);