Lines Matching refs:Nq

1469 …PetscInt         dim, coordDim, numFields, numComponents = 0, qNc, Nq, cellHeight, cStart, cEnd, c…  in DMPlexComputeL2DiffLocal()  local
1502 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, NULL, &quadWeights)); in DMPlexComputeL2DiffLocal()
1504 …, &interpolant, coordDim * (Nq + 1), &coords, Nq, &fegeom.detJ, coordDim * coordDim * Nq, &fegeom.… in DMPlexComputeL2DiffLocal()
1535 for (q = 0; q < Nq; ++q) { in DMPlexComputeL2DiffLocal()
1545 gcoords = &coords[coordDim * Nq]; in DMPlexComputeL2DiffLocal()
1594 …PetscInt dim, coordDim, qNc = 0, Nq = 0, numFields, numComponents = 0, cStart, cEnd, c, fi… in DMComputeL2GradientDiff_Plex() local
1618 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, NULL, &quadWeights)); in DMComputeL2GradientDiff_Plex()
1621 …dDim * (Nq + 1), &coords, coordDim * coordDim * Nq, &fegeom.J, coordDim * coordDim * Nq, &fegeom.i… in DMComputeL2GradientDiff_Plex()
1644 for (q = 0; q < Nq; ++q) { in DMComputeL2GradientDiff_Plex()
1654 gcoords = &coords[coordDim * Nq]; in DMComputeL2GradientDiff_Plex()
1737 PetscInt qNc, Nq, totNc, cStart = 0, cEnd, c, dsNf; in DMComputeL2FieldDiff_Plex() local
1745 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, &quadPoints, &quadWeights)); in DMComputeL2FieldDiff_Plex()
1747 …c, &funcVal, totNc, &interpolant, dE * (Nq + 1), &coords, Nq, &fegeom.detJ, dE * dE * Nq, &fegeom.… in DMComputeL2FieldDiff_Plex()
1798 for (q = 0; q < Nq; ++q) { in DMComputeL2FieldDiff_Plex()
1808 gcoords = &coords[dE * Nq]; in DMComputeL2FieldDiff_Plex()
1882 …PetscInt dim, coordDim, numFields, numComponents = 0, qNc, Nq, cStart, cEnd, c, field, fie… in DMPlexComputeL2DiffVec() local
1914 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, &quadPoints, &quadWeights)); in DMPlexComputeL2DiffVec()
1916 …nts, &interpolant, coordDim * Nq, &coords, Nq, &fegeom.detJ, coordDim * coordDim * Nq, &fegeom.J, … in DMPlexComputeL2DiffVec()
1942 for (q = 0; q < Nq; ++q) { in DMPlexComputeL2DiffVec()
2011 PetscInt cdim, mcdim, cStart, cEnd, Nc, mNc, qNc, Nq; in DMPlexComputeL2FluxDiffVecLocal() local
2032 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, NULL, &quadWeights)); in DMPlexComputeL2FluxDiffVecLocal()
2037 … mNc * cdim, &minterpolant, cdim * (Nq + 1), &coords, cdim * cdim * Nq, &fegeom.J, cdim * cdim * N… in DMPlexComputeL2FluxDiffVecLocal()
2048 for (PetscInt q = 0; q < Nq; ++q) { in DMPlexComputeL2FluxDiffVecLocal()
2155 PetscInt dim, cdim, Nf, f, Nc = 0, Nq, qNc, cStart, cEnd, vStart, vEnd, v; in DMPlexComputeClementInterpolant() local
2186 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, &quadPoints, &quadWeights)); in DMPlexComputeClementInterpolant()
2188 … 2, &valsum, Nc, &interpolant, cdim * Nq, &coords, Nq, &fegeom.detJ, cdim * cdim * Nq, &fegeom.J, … in DMPlexComputeClementInterpolant()
2223 for (q = 0; q < Nq; ++q) { in DMPlexComputeClementInterpolant()
2288 …PetscInt dim, coordDim, numFields, numComponents = 0, qNc, Nq, cStart, cEnd, vStart, vEnd,… in DMPlexComputeGradientClementInterpolant() local
2319 PetscCall(PetscQuadratureGetData(quad, NULL, &qNc, &Nq, &quadPoints, &quadWeights)); in DMPlexComputeGradientClementInterpolant()
2321 …nts, &interpolant, coordDim * Nq, &coords, Nq, &fegeom.detJ, coordDim * coordDim * Nq, &fegeom.J, … in DMPlexComputeGradientClementInterpolant()
2355 for (q = 0; q < Nq; ++q) { in DMPlexComputeGradientClementInterpolant()
2528 PetscInt Nq, Nb; in DMPlexComputeIntegral_Internal() local
2532 PetscCall(PetscQuadratureGetData(q, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeIntegral_Internal()
2534 blockSize = Nb * Nq; in DMPlexComputeIntegral_Internal()
2767 PetscInt numFaces, face, Nq, field; in DMPlexComputeBdIntegral_Internal() local
2799 PetscCall(PetscQuadratureGetData(qGeom, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeBdIntegral_Internal()
2805 PetscInt Nq, Nb; in DMPlexComputeBdIntegral_Internal() local
2809 PetscCall(PetscQuadratureGetData(q, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeBdIntegral_Internal()
2811 blockSize = Nb * Nq; in DMPlexComputeBdIntegral_Internal()
3387 PetscInt Nq, Nc, i, d; in DMPlexComputeMassMatrixGeneral() local
3393 PetscCall(PetscQuadratureGetData(quad, NULL, &Nc, &Nq, &qpoints, NULL)); in DMPlexComputeMassMatrixGeneral()
3407 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nq * dim, &pointVec)); in DMPlexComputeMassMatrixGeneral()
3410 for (q = 0; q < Nq; ++q) { in DMPlexComputeMassMatrixGeneral()
3423 …PetscCheck(numCoarseCells == Nq, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Not all closure points located"… in DMPlexComputeMassMatrixGeneral()
3463 PetscInt Nq, Nc, i, d; in DMPlexComputeMassMatrixGeneral() local
3474 PetscCall(PetscQuadratureGetData(quad, NULL, &Nc, &Nq, &qpoints, &qweights)); in DMPlexComputeMassMatrixGeneral()
3488 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nq * dim, &pointVec)); in DMPlexComputeMassMatrixGeneral()
3491 for (q = 0; q < Nq; ++q) { in DMPlexComputeMassMatrixGeneral()
3503 …PetscCheck(numCoarseCells == Nq, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Not all closure points located"… in DMPlexComputeMassMatrixGeneral()
3541 …FMT " %" PetscInt_FMT " Nc: %" PetscInt_FMT " %" PetscInt_FMT "\n", ccell, Nq, i, numFIndices, j, … in DMPlexComputeMassMatrixGeneral()
4508 PetscInt Nq, Nb; in DMPlexComputeResidual_Patch_Internal() local
4511 PetscCall(PetscQuadratureGetData(quad, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeResidual_Patch_Internal()
4952 PetscInt numFaces, face, Nq; in DMPlexComputeBdResidualSingleByKey() local
4976 PetscCall(PetscQuadratureGetData(qGeom, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeBdResidualSingleByKey()
5319 PetscInt Nq, Nb; in DMPlexComputeResidualByKey() local
5322 PetscCall(PetscQuadratureGetData(quad, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeResidualByKey()
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
5767 PetscCall(PetscQuadratureGetData(quadF, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeResidualHybridByKey()
5952 PetscInt numFaces, face, Nq; in DMPlexComputeBdJacobianSingleByLabel() local
5979 PetscCall(PetscQuadratureGetData(qGeom, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeBdJacobianSingleByLabel()
6254 PetscInt Nr, offset, Nq; in DMPlexComputeJacobianByKey() local
6272 PetscCall(PetscQuadratureGetData(qGeom, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeJacobianByKey()
6477 PetscInt Nr, offset, Nq; in DMPlexComputeJacobianByKeyGeneral() local
6495 PetscCall(PetscQuadratureGetData(qGeom, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeJacobianByKeyGeneral()
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
6847 PetscCall(PetscQuadratureGetData(quadF, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeJacobianHybridByKey()
7077 PetscInt Nr, offset, Nq; in DMPlexComputeJacobianActionByKey() local
7092 PetscCall(PetscQuadratureGetData(qGeom, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeJacobianActionByKey()