Searched refs:rostype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 1552 TSRosWType rostype; in TSView_RosW() local 1556 PetscCall(TSRosWGetType(ts, &rostype)); in TSView_RosW() 1557 PetscCall(PetscViewerASCIIPrintf(viewer, " Rosenbrock-W %s\n", rostype)); in TSView_RosW() 1620 PetscErrorCode TSRosWGetType(TS ts, TSRosWType *rostype) in TSRosWGetType() argument 1624 PetscUseMethod(ts, "TSRosWGetType_C", (TS, TSRosWType *), (ts, rostype)); in TSRosWGetType() 1649 static PetscErrorCode TSRosWGetType_RosW(TS ts, TSRosWType *rostype) in TSRosWGetType_RosW() argument 1654 *rostype = ros->tableau->name; in TSRosWGetType_RosW() 1658 static PetscErrorCode TSRosWSetType_RosW(TS ts, TSRosWType rostype) in TSRosWSetType_RosW() argument 1666 PetscCall(PetscStrcmp(ros->tableau->name, rostype, &match)); in TSRosWSetType_RosW() 1670 PetscCall(PetscStrcmp(link->tab.name, rostype, &match)); in TSRosWSetType_RosW() [all …]
|