Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexfem.c3208 const PetscReal *fqpoints, *fqweights; in DMPlexComputeInjectorFEM() local
3213 … ierr = PetscQuadratureGetData(ffunc, NULL, &NqcF, &NpF, &fqpoints, &fqweights);CHKERRQ(ierr); in DMPlexComputeInjectorFEM()
3218 for (d = 0; d < NcC; ++d) sum += PetscAbsReal(cqweights[d]*fqweights[d]); in DMPlexComputeInjectorFEM()