PetscViewerExodusIISetZonalVariableName#
Sets the name of a zonal variable.
Synopsis#
#include "petscdmplex.h"   
PetscErrorCode PetscViewerExodusIISetZonalVariableName(PetscViewer viewer, PetscExodusIIInt idx, const char name[])
Collective;
Input Parameters#
- viewer - a - PetscViewerof type- PETSCVIEWEREXODUSII
- idx - the index for which you want to save the name 
- name - string containing the name characters 
See Also#
PETSCVIEWEREXODUSII, PetscViewer, PetscViewerCreate(), PetscViewerDestroy(), PetscViewerExodusIIOpen(), PetscViewerSetType(), PetscViewerType, PetscViewerExodusIIGetZonalVariableName()
Level#
intermediate
Location#
src/dm/impls/plex/exodusii/plexexodusii2.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages