Searched refs:gllweights (Results 1 – 1 of 1) sorted by relevance
3188 const PetscReal *gllweights = weights; in PetscGaussLobattoLegendreElementAdvectionCreate() local3195 for (j = 0; j < glln; j++) D[i][j] = gllweights[i] * D[i][j]; in PetscGaussLobattoLegendreElementAdvectionCreate()3228 const PetscReal *gllweights = weights; in PetscGaussLobattoLegendreElementMassCreate() local3240 if (j == i) A[i][j] = gllweights[i]; in PetscGaussLobattoLegendreElementMassCreate()