PetscViewerVTKFieldType#
Categorizes a field that is being written through a PETSCVIEWERVTK viewer so that the VTK writer can place it on the correct mesh entity and with the correct component layout
Synopsis#
Values#
PETSC_VTK_INVALID- sentinel for an uninitialized entryPETSC_VTK_POINT_FIELD- scalar (or generic multi-component) field stored at mesh pointsPETSC_VTK_POINT_VECTOR_FIELD- vector-valued field stored at mesh pointsPETSC_VTK_CELL_FIELD- scalar (or generic multi-component) field stored on mesh cellsPETSC_VTK_CELL_VECTOR_FIELD- vector-valued field stored on mesh cells
See Also#
PETSCVIEWERVTK, PetscViewerVTKAddField(), PetscViewerVTKOpen(), PetscViewer
Level#
developer
Location#
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages