PetscViewerExodusIIGetNodalVariableNames#
Gets the names of all nodal variables.
Synopsis#
#include "petscdmplex.h"
PetscErrorCode PetscViewerExodusIIGetNodalVariableNames(PetscViewer viewer, PetscExodusIIInt *numVars, const char *const *varNames[])
Collective; No Fortran Support
Input Parameters#
viewer - a
PetscViewer
of typePETSCVIEWEREXODUSII
numVars - the number of nodal variable names to retrieve
Output Parameter#
varNames - returns an array of char pointers where the nodal variable names are
Notes#
This function returns a borrowed pointer which should not be freed.
See Also#
PETSCVIEWEREXODUSII
, PetscViewer
, PetscViewerCreate()
, PetscViewerDestroy()
, PetscViewerExodusIIOpen()
, PetscViewerSetType()
, PetscViewerType
, PetscViewerExodusIISetNodalVariableNames()
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