Searched refs:TSARKIMEXType (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 18 static TSARKIMEXType TSARKIMEXDefault = TSARKIMEX3; 1104 PetscErrorCode TSARKIMEXRegister(TSARKIMEXType name, PetscInt order, PetscInt s, const PetscReal At… in TSARKIMEXRegister() 2125 TSARKIMEXType arktype; in TSView_ARKIMEX() 2191 PetscErrorCode TSARKIMEXSetType(TS ts, TSARKIMEXType arktype) in TSARKIMEXSetType() 2196 PetscTryMethod(ts, "TSARKIMEXSetType_C", (TS, TSARKIMEXType), (ts, arktype)); in TSARKIMEXSetType() 2215 PetscErrorCode TSARKIMEXGetType(TS ts, TSARKIMEXType *arktype) in TSARKIMEXGetType() 2219 PetscUseMethod(ts, "TSARKIMEXGetType_C", (TS, TSARKIMEXType *), (ts, arktype)); in TSARKIMEXGetType() 2272 static PetscErrorCode TSARKIMEXGetType_ARKIMEX(TS ts, TSARKIMEXType *arktype) in TSARKIMEXGetType_ARKIMEX() 2281 static PetscErrorCode TSARKIMEXSetType_ARKIMEX(TS ts, TSARKIMEXType arktype) in TSARKIMEXSetType_ARKIMEX()
|
| /petsc/include/ |
| H A D | petscts.h | 1380 typedef const char *TSARKIMEXType; typedef 1395 PETSC_EXTERN PetscErrorCode TSARKIMEXGetType(TS, TSARKIMEXType *); 1396 PETSC_EXTERN PetscErrorCode TSARKIMEXSetType(TS, TSARKIMEXType); 1401 PETSC_EXTERN PetscErrorCode TSARKIMEXRegister(TSARKIMEXType, PetscInt, PetscInt, const PetscReal[],…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 302 ctypedef const char* PetscTSARKIMEXType "TSARKIMEXType"
|
| H A D | TS.pyx | 54 class TSARKIMEXType(object): class 151 ARKIMEXType = TSARKIMEXType 3283 del TSARKIMEXType
|