PetscViewerExodusIIGetNodalVariableName#
Gets the name of a nodal variable.
Synopsis#
#include "petscdmplex.h"
PetscErrorCode PetscViewerExodusIIGetNodalVariableName(PetscViewer viewer, PetscExodusIIInt idx, const char *name[])
Collective;
Input Parameters#
viewer - a
PetscViewer
of typePETSCVIEWEREXODUSII
idx - the index for which you want to save the name
Output Parameter#
name - string array containing name characters
See Also#
PETSCVIEWEREXODUSII
, PetscViewer
, PetscViewerCreate()
, PetscViewerDestroy()
, PetscViewerExodusIIOpen()
, PetscViewerSetType()
, PetscViewerType
, PetscViewerExodusIISetNodalVariableName()
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