Searched refs:rhoGL (Results 1 – 1 of 1) sorted by relevance
59 PetscScalar *rhoGL; member488 PetscCall(PetscMalloc1(p + 1, &glldata->rhoGL)); in GLLStuffs()490 glldata->rhoGL[0] = 2.0 / (PetscScalar)(p * (p + 1.0)); in GLLStuffs()491 glldata->rhoGL[p] = glldata->rhoGL[0]; in GLLStuffs()502 glldata->rhoGL[i] = 2.0 / (p * (p + 1.0) * z2 * z2); in GLLStuffs()584 if (dd.dim > 2) rhoGLk = glldata->rhoGL[k]; in GLLStuffs()588 if (dd.dim > 1) rhoGLj = glldata->rhoGL[j]; in GLLStuffs()604 …PetscCall(MatSetValue(glldata->elem_mat, jj, ii, glldata->A[j][r] * glldata->rhoGL[i] * rhoGLk, AD… in GLLStuffs()612 …MatSetValue(glldata->elem_mat, jj, ii, glldata->A[k][s] * rhoGLj * glldata->rhoGL[i], ADD_VALUES)); in GLLStuffs()756 PetscCall(PetscFree(gll.rhoGL)); in ComputeMatrix()