PetscViewerExodusIIGetZonalVariableNames#

Gets the names of all zonal variables.

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode PetscViewerExodusIIGetZonalVariableNames(PetscViewer viewer, PetscExodusIIInt *numVars, char ***varNames)

Collective; No Fortran Support

Input Parameters#

Output Parameters#

  • varNames - pointer to a 2D array where the zonal variable names will be saved

Notes#

This function returns a borrowed pointer which should not be freed.

See Also#

PETSCVIEWEREXODUSII, PetscViewer, PetscViewerCreate(), PetscViewerDestroy(), PetscViewerExodusIIOpen(), PetscViewerSetType(), PetscViewerType, PetscViewerExodusIISetZonalVariableNames()

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