Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ts/impls/rosw/
H A Drosw.c1471 PetscErrorCode TSRosWSetType(TS ts,TSRosWType roswtype) in TSRosWSetType() argument
1477 PetscValidCharPointer(roswtype,2); in TSRosWSetType()
1478 ierr = PetscTryMethod(ts,"TSRosWSetType_C",(TS,TSRosWType),(ts,roswtype));CHKERRQ(ierr); in TSRosWSetType()
/dports/science/PETSc/petsc-3.14.1/
H A DCTAGS33805 TSRosWSetType src/ts/impls/rosw/rosw.c /^PetscErrorCode TSRosWSetType(TS ts,TSRosWType roswtype)$/;…