Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c3188 const PetscReal *gllweights = weights; in PetscGaussLobattoLegendreElementAdvectionCreate() local
3195 for (j = 0; j < glln; j++) D[i][j] = gllweights[i] * D[i][j]; in PetscGaussLobattoLegendreElementAdvectionCreate()
3228 const PetscReal *gllweights = weights; in PetscGaussLobattoLegendreElementMassCreate() local
3240 if (j == i) A[i][j] = gllweights[i]; in PetscGaussLobattoLegendreElementMassCreate()