Lines Matching refs:xmfConnections
573 XdmfInt64* xmfConnections = new XdmfInt64[conn_length]; in ReadUnstructuredGrid() local
574 xmfConnectivity->GetValues(0, xmfConnections, conn_length); in ReadUnstructuredGrid()
595 *cells_ptr++ = xmfConnections[index++]; in ReadUnstructuredGrid()
600 delete [] xmfConnections; in ReadUnstructuredGrid()
607 XdmfInt64* xmfConnections = new XdmfInt64[conn_length]; in ReadUnstructuredGrid() local
608 xmfConnectivity->GetValues(0, xmfConnections, conn_length); in ReadUnstructuredGrid()
625 int vtk_cell_typeI = this->GetVTKCellType(xmfConnections[index++]); in ReadUnstructuredGrid()
633 delete [] xmfConnections; in ReadUnstructuredGrid()
641 numPointsPerCell = xmfConnections[index++]; in ReadUnstructuredGrid()
649 *cells_ptr++ = xmfConnections[index++]; in ReadUnstructuredGrid()
657 delete [] xmfConnections; in ReadUnstructuredGrid()