TSSundialsGramSchmidtType#

Selects the Gram–Schmidt orthogonalization variant used by SUNDIALS’ internal GMRES inside TSSUNDIALS

Synopsis#

#include <petscts.h> 
typedef enum {
  SUNDIALS_MODIFIED_GS  = 1,
  SUNDIALS_CLASSICAL_GS = 2
} TSSundialsGramSchmidtType;

Values#

See Also#

TS, TSSUNDIALS, TSSundialsSetGramSchmidtType(), TSSundialsLmmType

Level#

advanced

Location#

include/petscts.h


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages