Searched defs:gauss_b (Results 1 – 2 of 2) sorted by relevance
280 static PetscErrorCode RKCreate_Gauss(PetscInt nstages, PetscScalar **gauss_A, PetscScalar **gauss_b… in RKCreate_Gauss()
91 PetscReal *gauss_A_real, *gauss_b, *b, *gauss_c; in TSIRKCreate_Gauss() local