Searched refs:TSDIRKType (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 19 static TSDIRKType TSDIRKDefault = TSDIRKES213SAL; 1203 PetscErrorCode TSDIRKRegister(TSDIRKType name, PetscInt order, PetscInt s, const PetscReal At[], co… in TSDIRKRegister() 2422 static PetscErrorCode TSDIRKSetType_DIRK(TS ts, TSDIRKType dirktype) in TSDIRKSetType_DIRK() 2448 PetscErrorCode TSDIRKSetType(TS ts, TSDIRKType dirktype) in TSDIRKSetType() 2453 PetscTryMethod(ts, "TSDIRKSetType_C", (TS, TSDIRKType), (ts, dirktype)); in TSDIRKSetType() 2472 PetscErrorCode TSDIRKGetType(TS ts, TSDIRKType *dirktype) in TSDIRKGetType() 2476 PetscUseMethod(ts, "TSDIRKGetType_C", (TS, TSDIRKType *), (ts, dirktype)); in TSDIRKGetType()
|
| /petsc/include/ |
| H A D | petscts.h | 1413 typedef const char *TSDIRKType; typedef 1431 PETSC_EXTERN PetscErrorCode TSDIRKGetType(TS, TSDIRKType *); 1432 PETSC_EXTERN PetscErrorCode TSDIRKSetType(TS, TSDIRKType); 1433 PETSC_EXTERN PetscErrorCode TSDIRKRegister(TSDIRKType, PetscInt, PetscInt, const PetscReal[], const…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 322 ctypedef const char* PetscTSDIRKType "TSDIRKType"
|
| H A D | TS.pyx | 71 class TSDIRKType(object): class 152 DIRKType = TSDIRKType 3284 del TSDIRKType
|