Searched refs:xwq (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 583 const PetscReal *xq, *xwq; in InitializeWeights() local 605 PetscCall(PetscQuadratureGetData(xquad, NULL, NULL, &xNq, &xq, &xwq)); in InitializeWeights() 630 xw += xden * (xwq[q] * xdetJ); in InitializeWeights()
|
| H A D | ex2.c | 1280 const PetscReal *xq, *xwq; in InitializeWeights() local 1302 PetscCall(PetscQuadratureGetData(xquad, NULL, NULL, &xNq, &xq, &xwq)); in InitializeWeights() 1327 xw += xden * (xwq[q] * xdetJ); in InitializeWeights()
|
| H A D | ex4.c | 1894 const PetscReal *xq, *xwq; in InitializeWeights() local 1916 PetscCall(PetscQuadratureGetData(xquad, NULL, NULL, &xNq, &xq, &xwq)); in InitializeWeights() 1941 xw += xden * (xwq[q] * xdetJ); in InitializeWeights()
|