Searched refs:TSRosWType (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 18 static TSRosWType TSRosWDefault = TSROSWRA34PW2; 830 PetscErrorCode TSRosWRegister(TSRosWType name, PetscInt order, PetscInt s, const PetscReal A[], con… in TSRosWRegister() 961 PetscErrorCode TSRosWRegisterRos4(TSRosWType name, PetscReal gamma, PetscReal a2, PetscReal a3, Pet… in TSRosWRegisterRos4() 1552 TSRosWType rostype; in TSView_RosW() 1596 PetscErrorCode TSRosWSetType(TS ts, TSRosWType roswtype) in TSRosWSetType() 1601 PetscTryMethod(ts, "TSRosWSetType_C", (TS, TSRosWType), (ts, roswtype)); in TSRosWSetType() 1620 PetscErrorCode TSRosWGetType(TS ts, TSRosWType *rostype) in TSRosWGetType() 1624 PetscUseMethod(ts, "TSRosWGetType_C", (TS, TSRosWType *), (ts, rostype)); in TSRosWGetType() 1649 static PetscErrorCode TSRosWGetType_RosW(TS ts, TSRosWType *rostype) in TSRosWGetType_RosW() 1658 static PetscErrorCode TSRosWSetType_RosW(TS ts, TSRosWType rostype) in TSRosWSetType_RosW()
|
| /petsc/include/ |
| H A D | petscts.h | 1442 typedef const char *TSRosWType; typedef 1464 PETSC_EXTERN PetscErrorCode TSRosWGetType(TS, TSRosWType *); 1465 PETSC_EXTERN PetscErrorCode TSRosWSetType(TS, TSRosWType); 1467 PETSC_EXTERN PetscErrorCode TSRosWRegister(TSRosWType, PetscInt, PetscInt, const PetscReal[], const… 1468 PETSC_EXTERN PetscErrorCode TSRosWRegisterRos4(TSRosWType, PetscReal, PetscReal, PetscReal, PetscRe…
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 160 PetscErrorCode TSBasicSymplecticRegister(TSRosWType name, PetscInt order, PetscInt s, PetscReal c[]… in TSBasicSymplecticRegister()
|