Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c11 PetscViewerFormat outformat; /* Dump/reload mesh format */ member
24 options->outformat = PETSC_VIEWER_HDF5_XDMF; in ProcessOptions()
33 …h format", EX, PetscViewerFormats, (PetscEnum)options->outformat, (PetscEnum *)&options->outformat in ProcessOptions()
66 informat = user.outformat; in main()
117 PetscCall(PetscViewerPushFormat(v, user.outformat)); in main()
/petsc/src/binding/petsc4py/test/
H A Dtest_dmplex.py483 def outformat(self): member in BaseTestPlexHDF5
533 informt = self.outformat()
580 vwr.pushFormat(format=self.outformat())