Searched refs:anis (Results 1 – 2 of 2) sorted by relevance
47 anis = PETSc.IS().createGeneral(list(indices))49 anis.view(viewer)51 anis.destroy()
394 def writeIS(self, fh, anis): argument397 metadata = np.array([IS._classid, len(anis)], dtype=self._inttype)399 anis.astype(self._inttype).tofile(fh)