Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/
H A DPetscBinaryIO_tests.py47 anis = PETSc.IS().createGeneral(list(indices))
49 anis.view(viewer)
51 anis.destroy()
H A DPetscBinaryIO.py394 def writeIS(self, fh, anis): argument
397 metadata = np.array([IS._classid, len(anis)], dtype=self._inttype)
399 anis.astype(self._inttype).tofile(fh)