Lines Matching refs:PetscQuadratureDestroy
2580 PetscCall(PetscQuadratureDestroy(&affineQuad)); in DMPlexComputeIntegral_Internal()
2830 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeBdIntegral_Internal()
4599 PetscCall(PetscQuadratureDestroy(&affineQuad)); in DMPlexComputeResidual_Patch_Internal()
4603 PetscCall(PetscQuadratureDestroy(&quads[f])); in DMPlexComputeResidual_Patch_Internal()
4789 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeJacobian_Patch_Internal()
5037 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeBdResidualSingleByKey()
5468 PetscCall(PetscQuadratureDestroy(&affineQuad)); in DMPlexComputeResidualByKey()
5472 PetscCall(PetscQuadratureDestroy(&quads[f])); in DMPlexComputeResidualByKey()
5847 PetscCall(PetscQuadratureDestroy(&affineQuadF)); in DMPlexComputeResidualHybridByKey()
5849 PetscCall(PetscQuadratureDestroy(&affineQuadN)); in DMPlexComputeResidualHybridByKey()
5853 if (quadsF) PetscCall(PetscQuadratureDestroy(&quadsF[f])); in DMPlexComputeResidualHybridByKey()
5855 if (quadsN) PetscCall(PetscQuadratureDestroy(&quadsN[f])); in DMPlexComputeResidualHybridByKey()
6062 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6301 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeJacobianByKey()
6524 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeJacobianByKeyGeneral()
6961 PetscCall(PetscQuadratureDestroy(&affineQuadF)); in DMPlexComputeJacobianHybridByKey()
6963 PetscCall(PetscQuadratureDestroy(&affineQuadN)); in DMPlexComputeJacobianHybridByKey()
6968 if (quadsF) PetscCall(PetscQuadratureDestroy(&quadsF[f])); in DMPlexComputeJacobianHybridByKey()
7115 PetscCall(PetscQuadratureDestroy(&qGeom)); in DMPlexComputeJacobianActionByKey()