:orphan:
# TSRosWGetType
Get the type of Rosenbrock-W scheme 
## Synopsis
```
#include "petscts.h"   
PetscErrorCode TSRosWGetType(TS ts, TSRosWType *rostype)
```
Logically Collective


## Input Parameter

- ***ts -*** timestepping context



## Output Parameter

- ***rostype -*** type of Rosenbrock-W scheme





## See Also
 [](ch_ts), `TSRosWType`, `TSRosWSetType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/rosw/rosw.c.html#TSRosWGetType">src/ts/impls/rosw/rosw.c</A>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/rosw/rosw.c.html#TSRosWGetType_RosW">TSRosWGetType_RosW in src/ts/impls/rosw/rosw.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/rosw/rosw.c)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
