Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex74.c285 Mat G0mat, G1mat, Amat; in RKCreate_Gauss() local
302 PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, nstages, nstages, G1, &G1mat)); in RKCreate_Gauss()
305 PetscCall(MatMatSolve(G0mat, G1mat, Amat)); in RKCreate_Gauss()
309 PetscCall(MatDestroy(&G1mat)); in RKCreate_Gauss()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c95 Mat G0mat, G1mat, Amat; in TSIRKCreate_Gauss() local
114 PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, nstages, nstages, G1, &G1mat)); in TSIRKCreate_Gauss()
117 PetscCall(MatMatSolve(G0mat, G1mat, Amat)); in TSIRKCreate_Gauss()
123 PetscCall(MatDestroy(&G1mat)); in TSIRKCreate_Gauss()