Home
last modified time | relevance | path

Searched refs:cqpoints (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfem.c3660 const PetscReal *cqpoints, *cqweights; in DMPlexComputeInjectorFEM() local
3665 PetscCall(PetscQuadratureGetData(cfunc, NULL, &NqcC, &NpC, &cqpoints, &cqweights)); in DMPlexComputeInjectorFEM()
3678 for (d = 0; d < dim; ++d) sum += PetscAbsReal(cqpoints[d] - fqpoints[d]); in DMPlexComputeInjectorFEM()