Searched refs:DMPrintLocalVec (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 43 PetscCall(DMPrintLocalVec(dm, "Residual", mesh->printTol, locFbc)); in DMPlexSNESComputeResidualCEED()
|
| /petsc/include/ |
| H A D | petscdm.h | 248 PETSC_EXTERN PetscErrorCode DMPrintLocalVec(DM, const char[], PetscReal, Vec);
|
| /petsc/src/snes/tutorials/ |
| H A D | ex12.c | 842 PetscCall(DMPrintLocalVec(dm, "Local function", 1.0e-10, lv)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 5057 PetscCall(DMPrintLocalVec(dm, name, mesh->printTol, locFbc)); in DMPlexComputeBdResidualSingleByKey() 5525 PetscCall(DMPrintLocalVec(dm, name, mesh->printTol, locFbc)); in DMPlexComputeResidualByKey() 5871 PetscCall(DMPrintLocalVec(dm, name, mesh->printTol, locFbc)); in DMPlexComputeResidualHybridByKey()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 4302 PetscErrorCode DMPrintLocalVec(DM dm, const char name[], PetscReal tol, Vec X) in DMPrintLocalVec() function
|