Home
last modified time | relevance | path

Searched refs:G1 (Results 1 – 3 of 3) sorted by relevance

/petsc/share/petsc/datafiles/meshes/
H A Dnozzle.egads208 4 G1 1 0 3 0
251 4 G1 3 0 5 0
304 4 G1 5 0 7 0
333 4 G1 8 0 6 0
367 4 G1 8 0 9 0
410 4 G1 9 0 10 0
517 4 G1 2 0 4 0
536 4 G1 4 0 6 0
564 4 G1 7 0 11 0
583 4 G1 11 0 12 0
/petsc/src/ksp/ksp/tutorials/
H A Dex74.c282 PetscScalar *A, *G0, *G1; in RKCreate_Gauss() local
289 PetscCall(PetscMalloc3(nstages, &b, PetscSqr(nstages), &G0, PetscSqr(nstages), &G1)); in RKCreate_Gauss()
297 G1[i * nstages + j] = PetscPowRealInt(c[i], j + 1) / (j + 1); in RKCreate_Gauss()
302 PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, nstages, nstages, G1, &G1mat)); in RKCreate_Gauss()
311 PetscCall(PetscFree3(b, G0, G1)); in RKCreate_Gauss()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c93 PetscScalar *G0, *G1; in TSIRKCreate_Gauss() local
101 PetscCall(PetscMalloc3(nstages, &b, PetscSqr(nstages), &G0, PetscSqr(nstages), &G1)); in TSIRKCreate_Gauss()
109 G1[i * nstages + j] = PetscPowRealInt(gauss_c[i], j + 1) / (j + 1); in TSIRKCreate_Gauss()
114 PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, nstages, nstages, G1, &G1mat)); in TSIRKCreate_Gauss()
125 PetscCall(PetscFree3(b, G0, G1)); in TSIRKCreate_Gauss()