PetscViewerVTKGetDM#
get the DM
associated with the PETSCVIEWERVTK
viewer
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerVTKGetDM(PetscViewer viewer, PetscObject *dm)
Collective
Input Parameters#
viewer -
PETSCVIEWERVTK
viewerdm -
DM
associated with the viewer (as aPetscObject
)
See Also#
Viewers: Looking at PETSc Objects, PETSCVIEWERVTK
, PetscViewerVTKOpen()
, DMDAVTKWriteAll()
, PetscViewerVTKWriteFunction
, PetscViewerVTKAddField()
Level#
developer
Location#
Implementations#
PetscViewerVTKGetDM_VTK() in src/sys/classes/viewer/impls/vtk/vtkv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages