Home
last modified time | relevance | path

Searched refs:PETSC_VIEWER_VTK_VTR (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkv.c133 if (viewer->format == PETSC_VIEWER_DEFAULT) viewer->format = PETSC_VIEWER_VTK_VTR; in PetscViewerFileSetName_VTK()
134 …PetscCheck(viewer->format == PETSC_VIEWER_VTK_VTR, PetscObjectComm((PetscObject)viewer), PETSC_ERR… in PetscViewerFileSetName_VTK()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi46 PETSC_VIEWER_VTK_VTR
H A DViewer.pyx49 VTK_VTR = PETSC_VIEWER_VTK_VTR
/petsc/include/
H A Dpetscviewer.h168 PETSC_VIEWER_VTK_VTR, enumerator
/petsc/src/dm/impls/da/
H A Dgrvtk.c536 case PETSC_VIEWER_VTK_VTR: in DMDAVTKWriteAll()