Searched refs:fqpoints (Results 1 – 1 of 1) sorted by relevance
3670 const PetscReal *fqpoints, *fqweights; in DMPlexComputeInjectorFEM() local3675 PetscCall(PetscQuadratureGetData(ffunc, NULL, &NqcF, &NpF, &fqpoints, &fqweights)); in DMPlexComputeInjectorFEM()3678 for (d = 0; d < dim; ++d) sum += PetscAbsReal(cqpoints[d] - fqpoints[d]); in DMPlexComputeInjectorFEM()