DMPrintCellIndices#
Print an integer array of per-cell indices to PETSC_COMM_SELF
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMPrintCellIndices(PetscInt c, const char name[], PetscInt len, const PetscInt x[])
Not Collective
Input Parameters#
c - the cell number
name - the label to print with the cell (typically the element or field name)
len - the length of
xx - the array of integer indices
See Also#
DM Basics, DM, DMPrintCellVector(), DMPrintCellVectorReal(), DMPrintCellMatrix(), DMPrintLocalVec()
Level#
developer
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages