Searched refs:gllnodes (Results 1 – 1 of 1) sorted by relevance
2977 const PetscReal *gllnodes = nodes; in PetscGaussLobattoLegendreElementLaplacianCreate() local2988 x = gllnodes[j]; in PetscGaussLobattoLegendreElementLaplacianCreate()2999 A[j][j] = 2. / (3. * (1. - gllnodes[j] * gllnodes[j]) * Lpj * Lpj); in PetscGaussLobattoLegendreElementLaplacianCreate()3001 x = gllnodes[r]; in PetscGaussLobattoLegendreElementLaplacianCreate()3010 …tscReal)p) * (((PetscReal)p) + 1.) * Lpj * Lpr * (gllnodes[j] - gllnodes[r]) * (gllnodes[j] - glln… in PetscGaussLobattoLegendreElementLaplacianCreate()3015 x = gllnodes[j]; in PetscGaussLobattoLegendreElementLaplacianCreate()3024 …-1., p) / (((PetscReal)p) * (((PetscReal)p) + 1.) * Lpj * (1. + gllnodes[j]) * (1. + gllnodes[j])); in PetscGaussLobattoLegendreElementLaplacianCreate()3028 x = gllnodes[j]; in PetscGaussLobattoLegendreElementLaplacianCreate()3038 …j] = 4. / (((PetscReal)p) * (((PetscReal)p) + 1.) * Lpj * (1. - gllnodes[j]) * (1. - gllnodes[j])); in PetscGaussLobattoLegendreElementLaplacianCreate()3097 const PetscReal *gllnodes = nodes; in PetscGaussLobattoLegendreElementGradientCreate() local[all …]