Lines Matching refs:maxDegree
2421 PetscInt maxDegree; in DMPlexComputeIntegral_Internal() local
2461 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeIntegral_Internal()
2462 if (maxDegree <= 1) { in DMPlexComputeIntegral_Internal()
2764 PetscInt maxDegree; in DMPlexComputeBdIntegral_Internal() local
2773 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMPlexComputeBdIntegral_Internal()
2794 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, pointIS, &qGeom)); in DMPlexComputeBdIntegral_Internal()
3611 PetscInt maxDegree; in DMPlexComputeInjectorFEM() local
3617 PetscCall(PetscSpaceGetDegree(sp, NULL, &maxDegree)); in DMPlexComputeInjectorFEM()
3618 if (!maxDegree) needAvg[f] = PETSC_TRUE; in DMPlexComputeInjectorFEM()
4406 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeResidual_Patch_Internal() local
4440 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeResidual_Patch_Internal()
4441 if (maxDegree <= 1) { in DMPlexComputeResidual_Patch_Internal()
4597 if (maxDegree <= 1) { in DMPlexComputeResidual_Patch_Internal()
4634 …PetscInt Nf, fieldI, fieldJ, maxDegree, numCells, cStart, cEnd, numChunks, chunkSize, chunk… in DMPlexComputeJacobian_Patch_Internal() local
4704 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobian_Patch_Internal()
4705 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &qGeom)); in DMPlexComputeJacobian_Patch_Internal()
4948 PetscInt maxDegree; in DMPlexComputeBdResidualSingleByKey() local
4967 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMPlexComputeBdResidualSingleByKey()
4968 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, pointIS, &qGeom)); in DMPlexComputeBdResidualSingleByKey()
5196 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeResidualByKey() local
5241 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeResidualByKey()
5242 if (maxDegree <= 1) { in DMPlexComputeResidualByKey()
5466 if (maxDegree <= 1) { in DMPlexComputeResidualByKey()
5579 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeResidualHybridByKey() local
5675 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeResidualHybridByKey()
5676 if (maxDegree > 1) { in DMPlexComputeResidualHybridByKey()
5737 if (maxDegree <= 1) { in DMPlexComputeResidualHybridByKey()
5845 if (maxDegree <= 1) { in DMPlexComputeResidualHybridByKey()
5947 PetscInt maxDegree; in DMPlexComputeBdJacobianSingleByLabel() local
5970 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMPlexComputeBdJacobianSingleByLabel()
5971 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, pointIS, &qGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6255 PetscInt maxDegree; in DMPlexComputeJacobianByKey() local
6266 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobianByKey()
6267 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &qGeom)); in DMPlexComputeJacobianByKey()
6478 PetscInt maxDegree; in DMPlexComputeJacobianByKeyGeneral() local
6489 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobianByKeyGeneral()
6490 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &qGeom)); in DMPlexComputeJacobianByKeyGeneral()
6660 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeJacobianHybridByKey() local
6759 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobianHybridByKey()
6760 if (maxDegree > 1) { in DMPlexComputeJacobianHybridByKey()
6817 if (maxDegree <= 1) { in DMPlexComputeJacobianHybridByKey()
6959 if (maxDegree <= 1) { in DMPlexComputeJacobianHybridByKey()
7079 PetscInt maxDegree; in DMPlexComputeJacobianActionByKey() local
7086 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobianActionByKey()
7087 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, cellIS, &qGeom)); in DMPlexComputeJacobianActionByKey()