Searched refs:hdfFilename (Results 1 – 1 of 1) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | petsc_gen_xdmf.py | 13 def writeHeader(self, fp, hdfFilename): argument 19 ''' % os.path.basename(hdfFilename)) 205 …def write(self, hdfFilename, topologyPath, numCells, numCorners, cellDim, htopologyPath, numHCells… argument 210 self.writeHeader(fp, hdfFilename) 241 def generateXdmf(hdfFilename, xdmfFilename = None): argument 243 xdmfFilename = os.path.splitext(hdfFilename)[0] + '.xmf' 245 h5 = h5py.File(hdfFilename, 'r') 294 …Xdmf(xdmfFilename).write(hdfFilename, topoPath, numCells, numCorners, cellDim, htopoPath, numHCell…
|