PetscViewerCGNSSetDescriptor#

Set a descriptor at the base level of the CGNS viewer

Synopsis#

#include "petscviewer.h" 
#include "petscdmplex.h"   
PetscErrorCode PetscViewerCGNSSetDescriptor(PetscViewer viewer, const char name[], const char value[])

Logically collective

Input Parameters#

  • viewer - PETSCVIEWERCGNS PetscViewer for CGNS input/output to use with the specified file

  • name - Name of descriptor, must be null terminated with length less than PETSC_MAX_OPTION_NAME

  • value - Value of descriptor, must be null terminated

See Also#

PETSCVIEWERCGNS, PetscViewer, PetscViewerCGNSGetDescriptors(), PetscViewerCGNSSetSolutionIndex(), PetscViewerCGNSGetSolutionIndex(), PetscViewerCGNSGetSolutionTime()

Level#

intermediate

Location#

src/sys/classes/viewer/impls/cgns/cgnsv.c


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