Home
last modified time | relevance | path

Searched refs:ispython (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/swarm/
H A Dswarm.c2488 PetscBool isascii, ibinary, isvtk, isdraw, ispython; in DMView_Swarm() local
2503 …PetscCall(PetscObjectHasFunction((PetscObject)viewer, "PetscViewerPythonViewObject_C", &ispython)); in DMView_Swarm()
2520 if (ispython) PetscCall(PetscViewerPythonViewObject(viewer, (PetscObject)dm)); in DMView_Swarm()
/petsc/src/dm/impls/plex/
H A Dplex.c630 PetscBool isvtk, ishdf5, isdraw, isglvis, iscgns, ispython; in VecView_Plex_Local() local
640 …PetscCall(PetscObjectHasFunction((PetscObject)viewer, "PetscViewerPythonViewObject_C", &ispython)); in VecView_Plex_Local()
641 if (isvtk || ishdf5 || isdraw || isglvis || iscgns || ispython) { in VecView_Plex_Local()
680 } else if (ispython) { in VecView_Plex_Local()
710 PetscBool isvtk, ishdf5, isdraw, isglvis, isexodusii, iscgns, ispython; in VecView_Plex() local
721 …PetscCall(PetscObjectHasFunction((PetscObject)viewer, "PetscViewerPythonViewObject_C", &ispython)); in VecView_Plex()
722 if (isvtk || isdraw || isglvis || iscgns || ispython) { in VecView_Plex()
2047 PetscBool isascii, ishdf5, isvtk, isdraw, flg, isglvis, isexodus, iscgns, ispython; in DMView_Plex() local
2060 …PetscCall(PetscObjectHasFunction((PetscObject)viewer, "PetscViewerPythonViewObject_C", &ispython)); in DMView_Plex()
2105 } else if (ispython) { in DMView_Plex()