Home
last modified time | relevance | path

Searched defs:gauss_b (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex74.c280 static PetscErrorCode RKCreate_Gauss(PetscInt nstages, PetscScalar **gauss_A, PetscScalar **gauss_b in RKCreate_Gauss()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c91 PetscReal *gauss_A_real, *gauss_b, *b, *gauss_c; in TSIRKCreate_Gauss() local