Searched refs:roswtype (Results 1 – 1 of 1) sorted by relevance
1596 PetscErrorCode TSRosWSetType(TS ts, TSRosWType roswtype) in TSRosWSetType() argument1600 PetscAssertPointer(roswtype, 2); in TSRosWSetType()1601 PetscTryMethod(ts, "TSRosWSetType_C", (TS, TSRosWType), (ts, roswtype)); in TSRosWSetType()