Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3670 const PetscReal *fqpoints, *fqweights; in DMPlexComputeInjectorFEM() local
3675 PetscCall(PetscQuadratureGetData(ffunc, NULL, &NqcF, &NpF, &fqpoints, &fqweights)); in DMPlexComputeInjectorFEM()
3680 for (d = 0; d < NcC; ++d) sum += PetscAbsReal(cqweights[d] * fqweights[d]); in DMPlexComputeInjectorFEM()