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_TRUEto use the dense solver
See Also#
Level#
advanced
Location#
Implementations#
TSSundialsSetUseDense_Sundials() in src/ts/impls/implicit/sundials/sundials.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages