Searched refs:TSGLLEType (Results 1 – 2 of 2) sorted by relevance
635 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()
1244 typedef const char *TSGLLEType; typedef1250 PETSC_EXTERN PetscErrorCode TSGLLESetType(TS, TSGLLEType);