Lines Matching refs:affineQuad

2417   PetscQuadrature    affineQuad      = NULL;  in DMPlexComputeIntegral_Internal()  local
2463 PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &affineQuad)); in DMPlexComputeIntegral_Internal()
2464 …if (affineQuad) PetscCall(DMFieldCreateFEGeom(coordField, cellIS, affineQuad, PETSC_FEGEOM_BASIC, … in DMPlexComputeIntegral_Internal()
2541 …if (!affineQuad) PetscCall(DMFieldCreateFEGeom(coordField, cellIS, q, PETSC_FEGEOM_BASIC, &cgeomFE… in DMPlexComputeIntegral_Internal()
2547 if (!affineQuad) PetscCall(PetscFEGeomDestroy(&cgeomFEM)); in DMPlexComputeIntegral_Internal()
2579 if (affineQuad) PetscCall(PetscFEGeomDestroy(&cgeomFEM)); in DMPlexComputeIntegral_Internal()
2580 PetscCall(PetscQuadratureDestroy(&affineQuad)); in DMPlexComputeIntegral_Internal()
4408 PetscQuadrature affineQuad = NULL, *quads = NULL; in DMPlexComputeResidual_Patch_Internal() local
4442 PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &affineQuad)); in DMPlexComputeResidual_Patch_Internal()
4443 …if (affineQuad) PetscCall(DMSNESGetFEGeom(coordField, cellIS, affineQuad, PETSC_FEGEOM_BASIC, &aff… in DMPlexComputeResidual_Patch_Internal()
4507 PetscQuadrature quad = affineQuad ? affineQuad : quads[f]; in DMPlexComputeResidual_Patch_Internal()
4598 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, affineQuad, PETSC_FALSE, &affineGeom)); in DMPlexComputeResidual_Patch_Internal()
4599 PetscCall(PetscQuadratureDestroy(&affineQuad)); in DMPlexComputeResidual_Patch_Internal()
5197 PetscQuadrature affineQuad = NULL, *quads = NULL; in DMPlexComputeResidualByKey() local
5243 PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &affineQuad)); in DMPlexComputeResidualByKey()
5244 …if (affineQuad) PetscCall(DMSNESGetFEGeom(coordField, cellIS, affineQuad, PETSC_FEGEOM_BASIC, &aff… in DMPlexComputeResidualByKey()
5318 PetscQuadrature quad = affineQuad ? affineQuad : quads[f]; in DMPlexComputeResidualByKey()
5467 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, affineQuad, PETSC_FALSE, &affineGeom)); in DMPlexComputeResidualByKey()
5468 PetscCall(PetscQuadratureDestroy(&affineQuad)); in DMPlexComputeResidualByKey()