petsc-3.3-p7 2013-05-11

PetscViewerVTKAddField

Add a field to the viewer

Synopsis

#include "petscviewer.h" 
PetscErrorCode PetscViewerVTKAddField(PetscViewer viewer,PetscObject dm,PetscViewerVTKWriteFunction func,PetscViewerVTKFieldType fieldtype,PetscObject vec)
Collective

Input Arguments

viewer - VTK viewer
dm - DM on which Vec lives
func - function to write this Vec
fieldtype - Either PETSC_VTK_POINT_FIELD or PETSC_VTK_CELL_FIELD
vec - Vec to write

Note

This routine keeps exclusive ownership of the Vec. The caller should not use or destroy the Vec after adding it.

See Also

PetscViewerVTKOpen(), DMDAVTKWriteAll()

Level:developer
Location:
src/sys/viewer/impls/vtk/vtkv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages