Searched refs:rhoGLj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex59.c | 459 PetscScalar x, z0, z1, z2, Lpj, Lpr, rhoGLj, rhoGLk; in GLLStuffs() local 588 if (dd.dim > 1) rhoGLj = glldata->rhoGL[j]; in GLLStuffs() 589 else rhoGLj = 1.0; in GLLStuffs() 597 … PetscCall(MatSetValue(glldata->elem_mat, jj, ii, glldata->A[i][q] * rhoGLj * rhoGLk, ADD_VALUES)); in GLLStuffs() 612 …PetscCall(MatSetValue(glldata->elem_mat, jj, ii, glldata->A[k][s] * rhoGLj * glldata->rhoGL[i], AD… in GLLStuffs()
|