Home
last modified time | relevance | path

Searched refs:roswtype (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/impls/rosw/
H A Drosw.c1596 PetscErrorCode TSRosWSetType(TS ts, TSRosWType roswtype) in TSRosWSetType() argument
1600 PetscAssertPointer(roswtype, 2); in TSRosWSetType()
1601 PetscTryMethod(ts, "TSRosWSetType_C", (TS, TSRosWType), (ts, roswtype)); in TSRosWSetType()