Searched refs:DMPrintCellVector (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 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() [all …]
|
| /petsc/include/ |
| H A D | petscdm.h | 245 PETSC_EXTERN PetscErrorCode DMPrintCellVector(PetscInt, const char[], PetscInt, const PetscScalar[]…
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 571 PetscCall(DMPrintCellVector(e, "n", dim, fegeom.n)); in PetscFEIntegrateBdResidual_Basic()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 4268 PetscErrorCode DMPrintCellVector(PetscInt c, const char name[], PetscInt len, const PetscScalar x[]) in DMPrintCellVector() function
|