Lines Matching refs:Nb
1519 PetscInt Nb, Nc, q, fc; in DMPlexComputeL2DiffLocal() local
1525 PetscCall(PetscFEGetDimension((PetscFE)obj, &Nb)); in DMPlexComputeL2DiffLocal()
1528 Nb = 1; in DMPlexComputeL2DiffLocal()
1533 PetscCall(DMPrintCellVector(c, title, Nb, &x[fieldOffset])); in DMPlexComputeL2DiffLocal()
1569 fieldOffset += Nb; in DMPlexComputeL2DiffLocal()
1634 PetscInt Nb, Nc, q, fc; in DMComputeL2GradientDiff_Plex() local
1637 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMComputeL2GradientDiff_Plex()
1642 PetscCall(DMPrintCellVector(c, title, Nb, &x[fieldOffset])); in DMComputeL2GradientDiff_Plex()
1683 fieldOffset += Nb; in DMComputeL2GradientDiff_Plex()
1774 PetscInt Nb, Nc, q, fc; in DMComputeL2FieldDiff_Plex() local
1783 PetscCall(PetscFEGetDimension((PetscFE)obj, &Nb)); in DMComputeL2FieldDiff_Plex()
1786 Nb = 1; in DMComputeL2FieldDiff_Plex()
1789 fOff += Nb * 2; in DMComputeL2FieldDiff_Plex()
1796 PetscCall(DMPrintCellVector(cell, title, Nb, &x[fOff])); in DMComputeL2FieldDiff_Plex()
1833 fOff += Nb; in DMComputeL2FieldDiff_Plex()
1930 PetscInt Nb, Nc, q, fc; in DMPlexComputeL2DiffVec() local
1936 PetscCall(PetscFEGetDimension((PetscFE)obj, &Nb)); in DMPlexComputeL2DiffVec()
1939 Nb = 1; in DMPlexComputeL2DiffVec()
1967 fieldOffset += Nb; in DMPlexComputeL2DiffVec()
2211 PetscInt Nb, fNc, q; in DMPlexComputeClementInterpolant() local
2218 PetscCall(PetscFEGetDimension((PetscFE)obj, &Nb)); in DMPlexComputeClementInterpolant()
2221 Nb = 1; in DMPlexComputeClementInterpolant()
2237 foff += Nb; in DMPlexComputeClementInterpolant()
2343 PetscInt Nb, Nc, q, qc = 0; in DMPlexComputeGradientClementInterpolant() local
2350 PetscCall(PetscFEGetDimension((PetscFE)obj, &Nb)); in DMPlexComputeGradientClementInterpolant()
2353 Nb = 1; in DMPlexComputeGradientClementInterpolant()
2372 fieldOffset += Nb; in DMPlexComputeGradientClementInterpolant()
2528 PetscInt Nq, Nb; in DMPlexComputeIntegral_Internal() local
2533 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeIntegral_Internal()
2534 blockSize = Nb * Nq; in DMPlexComputeIntegral_Internal()
2805 PetscInt Nq, Nb; in DMPlexComputeBdIntegral_Internal() local
2810 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeBdIntegral_Internal()
2811 blockSize = Nb * Nq; in DMPlexComputeBdIntegral_Internal()
4508 PetscInt Nq, Nb; in DMPlexComputeResidual_Patch_Internal() local
4512 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeResidual_Patch_Internal()
4513 blockSize = Nb; in DMPlexComputeResidual_Patch_Internal()
4674 PetscInt numQuadPoints, numBatches, batchSize, numBlocks, blockSize, Nb; in DMPlexComputeJacobian_Patch_Internal() local
4679 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeJacobian_Patch_Internal()
4681 blockSize = Nb * numQuadPoints; in DMPlexComputeJacobian_Patch_Internal()
5004 PetscInt Nb; in DMPlexComputeBdResidualSingleByKey() local
5012 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeBdResidualSingleByKey()
5015 blockSize = Nb; in DMPlexComputeBdResidualSingleByKey()
5319 PetscInt Nq, Nb; in DMPlexComputeResidualByKey() local
5323 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeResidualByKey()
5324 blockSize = Nb; in DMPlexComputeResidualByKey()
5641 PetscInt Nb, Nbs; in DMPlexComputeResidualHybridByKey() local
5648 PetscCall(PetscDSGetFieldSize(ds, key[2].field, &Nb)); in DMPlexComputeResidualHybridByKey()
5650 …Nb == Nbs, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Field %" PetscInt_FMT " of size %" PetscInt_FMT… in DMPlexComputeResidualHybridByKey()
5761 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeResidualHybridByKey() local
5768 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeResidualHybridByKey()
5769 blockSize = Nb; in DMPlexComputeResidualHybridByKey()
5804 PetscInt Nb, off = cind * totDim, soff = cind * totDimScale[0]; in DMPlexComputeResidualHybridByKey() local
5808 PetscCall(PetscDSGetFieldSize(ds, f, &Nb)); in DMPlexComputeResidualHybridByKey()
5813 …for (i = 0; i < Nb; ++i) elemVecCoh[off + i] += s[0][soff + i] * elemVecNeg[off + i] + s[1][soff +… in DMPlexComputeResidualHybridByKey()
5814 off += Nb; in DMPlexComputeResidualHybridByKey()
5816 const PetscInt N = cohesive ? Nb : Nb * 2; in DMPlexComputeResidualHybridByKey()
6007 PetscInt Nb; in DMPlexComputeBdJacobianSingleByLabel() local
6015 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeBdJacobianSingleByLabel()
6017 blockSize = Nb; in DMPlexComputeBdJacobianSingleByLabel()
6250 PetscInt Nb; in DMPlexComputeJacobianByKey() local
6264 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeJacobianByKey()
6274 blockSize = Nb; in DMPlexComputeJacobianByKey()
6473 PetscInt Nb; in DMPlexComputeJacobianByKeyGeneral() local
6487 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeJacobianByKeyGeneral()
6497 blockSize = Nb; in DMPlexComputeJacobianByKeyGeneral()
6725 PetscInt Nb, Nbs; in DMPlexComputeJacobianHybridByKey() local
6732 PetscCall(PetscDSGetFieldSize(ds, key[2].field, &Nb)); in DMPlexComputeJacobianHybridByKey()
6734 …Nb == Nbs, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Field %" PetscInt_FMT " of size %" PetscInt_FMT… in DMPlexComputeJacobianHybridByKey()
6841 … PetscInt numChunks, numBatches, batchSize, numBlocks, blockSize, Ne, Nr, offset, Nq, Nb; in DMPlexComputeJacobianHybridByKey() local
6848 PetscCall(PetscFEGetDimension(feI, &Nb)); in DMPlexComputeJacobianHybridByKey()
6849 blockSize = Nb; in DMPlexComputeJacobianHybridByKey()
6903 PetscInt Nb, soff = cind * totDimScale[0], off = 0; in DMPlexComputeJacobianHybridByKey() local
6907 PetscCall(PetscDSGetFieldSize(ds, fieldI, &Nb)); in DMPlexComputeJacobianHybridByKey()
6912 for (i = 0; i < Nb; ++i) { in DMPlexComputeJacobianHybridByKey()
6917 off += Nb; in DMPlexComputeJacobianHybridByKey()
6919 const PetscInt N = cohesive ? Nb : Nb * 2; in DMPlexComputeJacobianHybridByKey()
7073 PetscInt Nb; in DMPlexComputeJacobianActionByKey() local
7084 PetscCall(PetscFEGetDimension(fe, &Nb)); in DMPlexComputeJacobianActionByKey()
7094 blockSize = Nb; in DMPlexComputeJacobianActionByKey()