Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c459 PetscScalar x, z0, z1, z2, Lpj, Lpr, rhoGLj, rhoGLk; in GLLStuffs() local
532 Lpr = z2; in GLLStuffs()
533 …glldata->A[r][j] = 4.0 / (p * (p + 1.0) * Lpj * Lpr * (glldata->zGL[j] - glldata->zGL[r]) * (gllda… in GLLStuffs()
/petsc/src/dm/dt/interface/
H A Ddt.c2979 PetscReal z0, z1, z2 = -1, x, Lpj, Lpr; in PetscGaussLobattoLegendreElementLaplacianCreate() local
3009 Lpr = z2; in PetscGaussLobattoLegendreElementLaplacianCreate()
3010 …A[r][j] = 4. / (((PetscReal)p) * (((PetscReal)p) + 1.) * Lpj * Lpr * (gllnodes[j] - gllnodes[r]) *… in PetscGaussLobattoLegendreElementLaplacianCreate()