Home
last modified time | relevance | path

Searched refs:DMPrintCellVector (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfem.c1533 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()
[all …]
/petsc/include/
H A Dpetscdm.h245 PETSC_EXTERN PetscErrorCode DMPrintCellVector(PetscInt, const char[], PetscInt, const PetscScalar[]…
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c571 PetscCall(DMPrintCellVector(e, "n", dim, fegeom.n)); in PetscFEIntegrateBdResidual_Basic()
/petsc/src/dm/interface/
H A Ddm.c4268 PetscErrorCode DMPrintCellVector(PetscInt c, const char name[], PetscInt len, const PetscScalar x[]) in DMPrintCellVector() function