Home
last modified time | relevance | path

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

/petsc/src/ts/impls/glee/
H A Dglee.c21 static TSGLEEType TSGLEEDefaultType = TSGLEE35;
389 PetscErrorCode TSGLEERegister(TSGLEEType name, PetscInt order, PetscInt s, PetscInt r, PetscReal ga… in TSGLEERegister()
811 TSGLEEType gleetype; in TSView_GLEE()
851 PetscErrorCode TSGLEESetType(TS ts, TSGLEEType gleetype) in TSGLEESetType()
856 PetscTryMethod(ts, "TSGLEESetType_C", (TS, TSGLEEType), (ts, gleetype)); in TSGLEESetType()
875 PetscErrorCode TSGLEEGetType(TS ts, TSGLEEType *gleetype) in TSGLEEGetType()
879 PetscUseMethod(ts, "TSGLEEGetType_C", (TS, TSGLEEType *), (ts, gleetype)); in TSGLEEGetType()
883 static PetscErrorCode TSGLEEGetType_GLEE(TS ts, TSGLEEType *gleetype) in TSGLEEGetType_GLEE()
892 static PetscErrorCode TSGLEESetType_GLEE(TS ts, TSGLEEType gleetype) in TSGLEESetType_GLEE()
/petsc/include/
H A Dpetscts.h1348 typedef const char *TSGLEEType; typedef
1365 PETSC_EXTERN PetscErrorCode TSGLEEGetType(TS, TSGLEEType *);
1366 PETSC_EXTERN PetscErrorCode TSGLEESetType(TS, TSGLEEType);
1367 PETSC_EXTERN PetscErrorCode TSGLEERegister(TSGLEEType, PetscInt, PetscInt, PetscInt, PetscReal, con…