DMPrintLocalVec#
Print a Vec associated with a DM, filtering out very small entries
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMPrintLocalVec(DM dm, const char name[], PetscReal tol, Vec X)
Collective
Input Parameters#
Note#
Runs in parallel by wrapping the local portion of the vector in an MPI vector for viewing.
See Also#
DM Basics, DM, DMPrintCellIndices(), DMPrintCellVector(), DMPrintCellVectorReal(), DMPrintCellMatrix(), VecFilter()
Level#
developer
Location#
Examples#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages