Searched refs:TSGLLEAcceptType (Results 1 – 2 of 2) sorted by relevance
664 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()
1210 typedef const char *TSGLLEAcceptType; typedef1252 PETSC_EXTERN PetscErrorCode TSGLLESetAcceptType(TS, TSGLLEAcceptType);