<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Greetings,<br>
I loaded a scalar data (defined on a 3d grid) into paraview 3.10.1.
When i try to change "Representation" to "Volume", i get the error:<br>
<br>
<style type="text/css">p, li { white-space: pre-wrap; }</style>
<p style="margin: 0px; text-indent: 0px;"><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);">Cannot
volume render since no point (or cell) data available. <br>
</span></p>
<p style="margin: 0px; text-indent: 0px;"><span
style="font-family: 'Courier'; font-size: 9pt; color: rgb(128, 0, 0);"></span>But
this can't be true since the "Information" tab shows that:<br>
</p>
Statistics:<br>
type:Image(Uniform Rectilinear Grid)<br>
Number of Cells: 2048383<br>
Number of Points: 2146689<br>
Memory: 1.6e+02 MB<br>
and the data arrays do show the 2 dataitems that i read in; a scalar
data S and a tensor data Q<br>
<br>
hmm..any ideas on why this is happening? Thanks in advance for the help.<br>
<br>
pratik<br>
<br>
P.S; I'll post part of the XDMF file here:<br>
<?xml version="1.0" ?><br>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []><br>
<Xdmf><br>
<Domain Name="NemTens"><br>
<Grid Name="NemTensTime" GridType="Collection"
CollectionType="Temporal"><br>
<br>
<Grid Name="NemTensValues" GridType="Uniform"><br>
<Time Value= "0" /><br>
<Topology TopologyType="3DCoRectMesh"
Dimensions="128 128 128 9 "/> <br>
<Geometry GeometryType="ORIGIN_DXDYDZ"><br>
<DataItem DataType="Float"
Dimensions="3" Format="XML">0.0 0.0 0.0</DataItem><br>
<DataItem DataType="Float"
Dimensions="3" Format="XML">0.1 0.1 0.1</DataItem><br>
</Geometry><br>
<Attribute Name="S" Center="Cell"
AttributeType="Scalar" Precision="8"><br>
<DataItem Format="HDF" NumberType="Float"
Dimensions="128 128 128" Precision="8"><br>
analtest.h5:/S_00000000<br>
</DataItem><br>
</Attribute><br>
<Attribute Name="Q" Center="Cell"
AttributeType="Tensor" Precision="8"><br>
<DataItem Format="HDF" NumberType="Float"
Dimensions="128 128 128 9" Precision="8"><br>
Q.h5:/Q/Q_00000000<br>
</DataItem><br>
</Attribute> <br>
</Grid><br>
</Grid><br>
</Domain><br>
</Xdmf><br>
<br>
this is for the first timestep only<br>
</body>
</html>