Lines Matching refs:quads
4408 PetscQuadrature affineQuad = NULL, *quads = NULL; in DMPlexComputeResidual_Patch_Internal() local
4445 PetscCall(PetscCalloc2(Nf, &quads, Nf, &geoms)); in DMPlexComputeResidual_Patch_Internal()
4458 PetscCall(PetscFEGetQuadrature(fe, &quads[f])); in DMPlexComputeResidual_Patch_Internal()
4459 PetscCall(PetscObjectReference((PetscObject)quads[f])); in DMPlexComputeResidual_Patch_Internal()
4460 PetscCall(DMSNESGetFEGeom(coordField, cellIS, quads[f], PETSC_FEGEOM_BASIC, &geoms[f])); in DMPlexComputeResidual_Patch_Internal()
4507 PetscQuadrature quad = affineQuad ? affineQuad : quads[f]; in DMPlexComputeResidual_Patch_Internal()
4602 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, quads[f], PETSC_FALSE, &geoms[f])); in DMPlexComputeResidual_Patch_Internal()
4603 PetscCall(PetscQuadratureDestroy(&quads[f])); in DMPlexComputeResidual_Patch_Internal()
4605 PetscCall(PetscFree2(quads, geoms)); in DMPlexComputeResidual_Patch_Internal()
5197 PetscQuadrature affineQuad = NULL, *quads = NULL; in DMPlexComputeResidualByKey() local
5246 PetscCall(PetscCalloc2(Nf, &quads, Nf, &geoms)); in DMPlexComputeResidualByKey()
5259 PetscCall(PetscFEGetQuadrature(fe, &quads[f])); in DMPlexComputeResidualByKey()
5260 PetscCall(PetscObjectReference((PetscObject)quads[f])); in DMPlexComputeResidualByKey()
5261 PetscCall(DMSNESGetFEGeom(coordField, cellIS, quads[f], PETSC_FEGEOM_BASIC, &geoms[f])); in DMPlexComputeResidualByKey()
5318 PetscQuadrature quad = affineQuad ? affineQuad : quads[f]; in DMPlexComputeResidualByKey()
5471 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, quads[f], PETSC_FALSE, &geoms[f])); in DMPlexComputeResidualByKey()
5472 PetscCall(PetscQuadratureDestroy(&quads[f])); in DMPlexComputeResidualByKey()
5474 PetscCall(PetscFree2(quads, geoms)); in DMPlexComputeResidualByKey()