Home
last modified time | relevance | path

Searched refs:PetscViewerPythonViewObject (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/classes/viewer/impls/python/
H A Dpythonviewer.c66 PetscErrorCode PetscViewerPythonViewObject(PetscViewer viewer, PetscObject obj) in PetscViewerPythonViewObject() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi130 PetscErrorCode PetscViewerPythonViewObject(PetscViewer, PetscObject)
H A DViewer.pyx1026 petsc.PetscViewerPythonViewObject
1029 CHKERR(PetscViewerPythonViewObject(self.vwr, obj.obj[0]))
/petsc/include/
H A Dpetscviewer.h465 PETSC_EXTERN PetscErrorCode PetscViewerPythonViewObject(PetscViewer, PetscObject);
/petsc/src/dm/impls/swarm/
H A Dswarm.c2520 if (ispython) PetscCall(PetscViewerPythonViewObject(viewer, (PetscObject)dm)); in DMView_Swarm()
/petsc/src/dm/impls/plex/
H A Dplex.c681 PetscCall(PetscViewerPythonViewObject(viewer, (PetscObject)locv)); in VecView_Plex_Local()
2106 PetscCall(PetscViewerPythonViewObject(viewer, (PetscObject)dm)); in DMView_Plex()