Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A DPetscBinaryIO_tests.py27 result, = PetscBinaryIO().readBinaryFile('test.dat')
53 result, = PetscBinaryIO().readBinaryFile('test.dat')
73 result, = PetscBinaryIO().readBinaryFile('test.dat')
H A DPetscBinaryIO.py416 def readBinaryFile(self, fid, mattype='sparse'): member in PetscBinaryIO