DMPrintCellVectorReal#

Print a real array representing a per-cell vector to PETSC_COMM_SELF

Synopsis#

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMPrintCellVectorReal(PetscInt c, const char name[], PetscInt len, const PetscReal 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 x

  • x - the array of PetscReal values

See Also#

DM Basics, DM, DMPrintCellIndices(), DMPrintCellVector(), DMPrintCellMatrix(), DMPrintLocalVec()

Level#

developer

Location#

src/dm/interface/dm.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages