:orphan:
# TSSundialsSetUseDense
Set a flag to use a dense linear solver in `TSSUNDIALS` (serial only)
## Synopsis
```
#include "petscts.h"
PetscErrorCode TSSundialsSetUseDense(TS ts, PetscBool use_dense)
```
Logically Collective
## Input Parameters
- ***ts -*** the time-step context
- ***use_dense -*** `PETSC_TRUE` to use the dense solver
## See Also
[](ch_ts), `TSSUNDIALS`
## Level
advanced
## Location
src/ts/impls/implicit/sundials/sundials.c
## Implementations
TSSundialsSetUseDense_Sundials in src/ts/impls/implicit/sundials/sundials.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/implicit/sundials/sundials.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)