Lines Matching refs:DMPrintCellVector
1533 PetscCall(DMPrintCellVector(c, title, Nb, &x[fieldOffset])); in DMPlexComputeL2DiffLocal()
1642 PetscCall(DMPrintCellVector(c, title, Nb, &x[fieldOffset])); in DMComputeL2GradientDiff_Plex()
1796 PetscCall(DMPrintCellVector(cell, title, Nb, &x[fOff])); in DMComputeL2FieldDiff_Plex()
2630 if (printFEM > 1) PetscCall(DMPrintCellVector(cell, "Cell Integral", Nf, &cintegral[c * Nf])); in DMPlexComputeIntegralFEM()
2698 if (printFEM > 1) PetscCall(DMPrintCellVector(cell, "Cell Integral", Nf, &cintegral[c * Nf])); in DMPlexComputeCellwiseIntegralFEM()
4543 … if (mesh->printFEM > 1) PetscCall(DMPrintCellVector(cell, name, totDim, &elemVec[cind * totDim])); in DMPlexComputeResidual_Patch_Internal()
5032 …if (mesh->printFEM > 1) PetscCall(DMPrintCellVector(point, name, totDim, &elemVec[face * totDim])); in DMPlexComputeBdResidualSingleByKey()
5354 … if (mesh->printFEM > 1) PetscCall(DMPrintCellVector(cell, name, totDim, &elemVec[cind * totDim])); in DMPlexComputeResidualByKey()
5399 … PetscCall(DMPrintCellVector(face, "Residual: left state", pdim, &uL[iface * totDim + foff])); in DMPlexComputeResidualByKey()
5400 … PetscCall(DMPrintCellVector(face, "Residual: right state", pdim, &uR[iface * totDim + foff])); in DMPlexComputeResidualByKey()
5401 … PetscCall(DMPrintCellVector(face, "Residual: left flux", pdim, &fluxL[iface * totDim + foff])); in DMPlexComputeResidualByKey()
5402 … PetscCall(DMPrintCellVector(face, "Residual: right flux", pdim, &fluxR[iface * totDim + foff])); in DMPlexComputeResidualByKey()
5825 …if (mesh->printFEM > 1) PetscCall(DMPrintCellVector(cell, name, totDim, &elemVecCoh[cind * totDim]… in DMPlexComputeResidualHybridByKey()
7131 PetscCall(DMPrintCellVector(c, "Y", totDim, &y[cind * totDim])); in DMPlexComputeJacobianActionByKey()
7132 PetscCall(DMPrintCellVector(c, "Z", totDim, z)); in DMPlexComputeJacobianActionByKey()