Searched refs:topologyPath (Results 1 – 1 of 1) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | petsc_gen_xdmf.py | 23 def writeCells(self, fp, topologyPath, numCells, numCorners, cellsName = "cells"): argument 32 ''' % (cellsName, numCells, numCorners, topologyPath)) 205 …def write(self, hdfFilename, topologyPath, numCells, numCorners, cellDim, htopologyPath, numHCells… argument 212 self.writeCells(fp, topologyPath, numCells, numCorners)
|