Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c14 static TSIRKType TSIRKDefault = TSIRKGAUSS;
212 PetscCall(TSIRKRegister(TSIRKGAUSS, TSIRKCreate_Gauss)); in TSIRKRegisterAll()
612 char tname[256] = TSIRKGAUSS; in TSSetFromOptions_IRK()
/petsc/include/
H A Dpetscts.h1329 #define TSIRKGAUSS "gauss" macro