Lines Matching refs:qpoints
3008 const PetscReal *qpoints, *qweights; in DMPlexComputeInterpolatorNested() local
3029 PetscCall(PetscQuadratureGetData(f, NULL, NULL, &Np, &qpoints, NULL)); in DMPlexComputeInterpolatorNested()
3031 for (d = 0; d < dim; ++d) points[k * dim + d] = qpoints[p * dim + d]; in DMPlexComputeInterpolatorNested()
3213 const PetscReal *qpoints, *qweights; in DMPlexComputeInterpolatorGeneral() local
3249 PetscCall(PetscQuadratureGetData(f, NULL, &qNc, &Np, &qpoints, &qweights)); in DMPlexComputeInterpolatorGeneral()
3258 CoordinatesRefToReal(dim, dim, xi0, v0, J, &qpoints[q * dim], x); in DMPlexComputeInterpolatorGeneral()
3386 const PetscReal *qpoints; in DMPlexComputeMassMatrixGeneral() local
3393 PetscCall(PetscQuadratureGetData(quad, NULL, &Nc, &Nq, &qpoints, NULL)); in DMPlexComputeMassMatrixGeneral()
3414 CoordinatesRefToReal(dim, dim, xi0, v0, J, &qpoints[q * dim], x); in DMPlexComputeMassMatrixGeneral()
3462 const PetscReal *qpoints, *qweights; in DMPlexComputeMassMatrixGeneral() local
3474 PetscCall(PetscQuadratureGetData(quad, NULL, &Nc, &Nq, &qpoints, &qweights)); in DMPlexComputeMassMatrixGeneral()
3495 CoordinatesRefToReal(dim, dim, xi0, v0, J, &qpoints[q * dim], x); in DMPlexComputeMassMatrixGeneral()