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 -
PETSCVIEWERCGNSPetscViewerfor CGNS input/output to use with the specified filename - Name of descriptor, must be null terminated with length less than
PETSC_MAX_OPTION_NAMEvalue - 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