Lines Matching refs:qc
1510 PetscInt qc = 0; in DMPlexComputeL2DiffLocal() local
1562 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMPlexComputeL2DiffLocal()
1570 qc += Nc; in DMPlexComputeL2DiffLocal()
1626 PetscInt qc = 0; in DMComputeL2GradientDiff_Plex() local
1678 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMComputeL2GradientDiff_Plex()
1684 qc += Nc; in DMComputeL2GradientDiff_Plex()
1759 PetscInt qc = 0, fOff = 0, dep; in DMComputeL2FieldDiff_Plex() local
1790 qc += Nc; in DMComputeL2FieldDiff_Plex()
1826 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMComputeL2FieldDiff_Plex()
1834 qc += Nc; in DMComputeL2FieldDiff_Plex()
1921 PetscInt qc = 0; in DMPlexComputeL2DiffVec() local
1962 const PetscReal wt = quadWeights[q * qNc + (qNc == 1 ? 0 : qc + fc)]; in DMPlexComputeL2DiffVec()
1968 qc += Nc; in DMPlexComputeL2DiffVec()
2343 PetscInt Nb, Nc, q, qc = 0; in DMPlexComputeGradientClementInterpolant() local
2366 const PetscReal wt = quadWeights[q * qNc + qc]; in DMPlexComputeGradientClementInterpolant()
2373 qc += Nc; in DMPlexComputeGradientClementInterpolant()