petsc-3.3-p7 2013-05-11

PetscViewerHDF5GetGroup

Get the current HDF5 group for output. If none has been assigned, returns PETSC_NULL.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscViewerHDF5GetGroup(PetscViewer viewer, const char **name)
Not collective

Input Parameter

viewer -the PetscViewer

Output Parameter

name -The group name

See Also

PetscViewerHDF5Open(),PetscViewerHDF5PushGroup(),PetscViewerHDF5PopGroup()

Level:intermediate
Location:
src/sys/viewer/impls/hdf5/hdf5v.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages