Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c635 PetscErrorCode TSGLLESetType(TS ts, TSGLLEType type) in TSGLLESetType()
640 PetscTryMethod(ts, "TSGLLESetType_C", (TS, TSGLLEType), (ts, type)); in TSGLLESetType()
744 static PetscErrorCode TSGLLESetType_GLLE(TS ts, TSGLLEType type) in TSGLLESetType_GLLE()
/petsc/include/
H A Dpetscts.h1244 typedef const char *TSGLLEType; typedef
1250 PETSC_EXTERN PetscErrorCode TSGLLESetType(TS, TSGLLEType);