Hi,<br><br>FYI: We now generate installers for ParaView nightly for git HEAD. They&#39;re available at <a href="http://www.paraview.org/paraview/resources/software.php">http://www.paraview.org/paraview/resources/software.php</a> and by choosing Nightly for Version of ParaView.<br>
<br>Andy<br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 12:43 PM, Burlen Loring <span dir="ltr">&lt;<a href="mailto:bloring@lbl.gov" target="_blank">bloring@lbl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Hi afad sfgsfdgsfd,<br>
      <br>
      Fixes for bugs introduced by changes in VTK&#39;s xml file format are
      in the pipeline, so you&#39;ll have to checkout the latest git HEAD
      and build ParaView from source to get the bug fixes. If that&#39;s
      something you&#39;re willing to do, here are first steps<br>
      <br>
      # get sources<br>
      $ git clone --recursive git://<a href="http://www.paraview.org/ParaView.git" target="_blank">www.paraview.org/ParaView.git</a><br>
      # apply the patch<br>
      # patch is attached and I just now submitted to PV, will show up
      in PV after the next review.<br>
      $ cd ParaView<br>
      $ git am -3
      0001-QuadraturePoints-any-integer-type-for-offsets.patch<br>
      # build pv<br>
      <br>
      That will get you the bug fixes. Build it, use default build opts
      is fine. <br>
      <br>
      Then if you like you can get the test data, and open the file
      ParaViewData/Data/blow.vtk, construct the pipeline showed in the
      post (<a href="http://markmail.org/message/6qz3ebszvny4vwxp#query:+page:1+mid:6qz3ebszvny4vwxp+state:results" target="_blank">http://markmail.org/message/6qz3ebszvny4vwxp#query:+page:1+mid:6qz3ebszvny4vwxp+state:results</a>).
      That shows how it&#39;s supposed to work.<br>
      <br>
      $ git clone <a href="http://www.paraview.org/ParaViewData.git" target="_blank">www.paraview.org/ParaViewData.git</a><br>
      <br>
      Now onto your data, the xml you gave is incorrect , it&#39;s missing
      the offset array. let me see if I can get your example working,
      I&#39;ll post a follow up, hopefully in a few minutes.<br>
      <br>
      Burlen<br>
      <br>
      <br>
      On 03/28/2013 12:43 AM, afad sfgsfdgsfd wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        I am trying to understand quadrature in paraview.  I am running
        finite element simulations in which I have displacements at the
        nodes of the element, and stress/strain at the quadrature
        points.  I have linear and quadratic hexahedral or tetrahedral
        elements.  I have been spending days trying to figure out how to
        implement data on the quadrature points.  I have downloaded just
        about every document I can find.
        <div><br>
        </div>
        <div>First:  I downloaded CylinderQuadratic.vtk as shown in
          VTK-Quadrature-Point-Design-Doc.  I was able to generate the
          quadrature scheme dictioanary and generate quadrature points.
           But, when I tried to use the Interpolate to Quadrature Points
          filter I could not select QuadratureOffset in the Select
          Source Array drop down menu.  I was able to do this when using
          the Generate Quadrature Points filter.  </div>
        <div><br>
        </div>
        <div>Second:  Considering I couldn&#39;t figure out how to
          interpolate quadrature points using CylinderQuadratic.vtk, I
          decided to investigate just using a single element.  I took
          quadraticTetra01.vtu and modified it to only have on quadratic
          tetrahedron.  Then I used paraview to generate the quadrature
          scheme dictionary.  I saved this into a VTU file in order to
          see how to implement the dictionary on my own.  When I tried
          to reopen this new VTU file, paraview was unable to open the
          file.  Specifically, it choked on the QuadratureOffset data
          array.</div>
        <div>This is the file that paraview cannot open</div>
        <div><br>
        </div>
        <div>
          <div>&lt;VTKFile type=&quot;UnstructuredGrid&quot; version=&quot;0.1&quot;
            byte_order=&quot;LittleEndian&quot;&gt;</div>
          <div>  &lt;UnstructuredGrid&gt;</div>
          <div>    &lt;Piece NumberOfPoints=&quot;10&quot; NumberOfCells=&quot;1&quot;&gt;</div>
          <div>      &lt;PointData Scalars=&quot;scalars&quot;&gt;</div>
          <div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;scalars&quot;
            format=&quot;ascii&quot; RangeMin=&quot;0&quot; RangeMax=&quot;1&quot;&gt;</div>
          <div>          1 1 1 1 0 0</div>
          <div>          0 0 0 0</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/PointData&gt;</div>
          <div>      &lt;CellData&gt;</div>
          <div>        &lt;DataArray type=&quot;Int64&quot;
            Name=&quot;QuadratureOffset&quot; format=&quot;ascii&quot; RangeMin=&quot;0&quot;
            RangeMax=&quot;0&quot;&gt;</div>
          <div>        &lt;InformationKey name=&quot;DICTIONARY&quot;
            location=&quot;vtkQuadratureSchemeDefinition&quot;&gt;</div>
          <div>          &lt;vtkQuadratureSchemeDefinition&gt;</div>
          <div>            &lt;CellType value=&quot;24&quot;&gt;</div>
          <div>              </div>
          <div>            &lt;/CellType&gt;</div>
          <div>            &lt;NumberOfNodes value=&quot;10&quot;&gt;</div>
          <div>              </div>
          <div>            &lt;/NumberOfNodes&gt;</div>
          <div>            &lt;NumberOfQuadraturePoints value=&quot;4&quot;&gt;</div>
          <div>              </div>
          <div>            &lt;/NumberOfQuadraturePoints&gt;</div>
          <div>            &lt;ShapeFunctionWeights&gt;</div>
          <div>              1.5625000000000000e-001
            -9.3750000000000000e-002 -9.3750000000000000e-002
            -9.3750000000000000e-002</div>
          <div>              3.1250000000000000e-001
            6.2500000000000000e-002 3.1250000000000000e-001
            3.1250000000000000e-001</div>
          <div>              6.2500000000000000e-002
            6.2500000000000000e-002 -9.3750000000000000e-002
            7.0312500000000000e-002</div>
          <div>              -1.1718750000000000e-001
            -9.3750000000000000e-002 2.8125000000000000e-001
            4.2187500000000000e-001</div>
          <div>              9.3750000000000000e-002
            6.2500000000000000e-002 2.8125000000000000e-001
            9.3750000000000000e-002</div>
          <div>              -9.3750000000000000e-002
            -1.1718750000000000e-001 7.0312500000000000e-002
            -9.3750000000000000e-002</div>
          <div>              9.3750000000000000e-002
            4.2187500000000000e-001 2.8125000000000000e-001
            6.2500000000000000e-002</div>
          <div>              9.3750000000000000e-002
            2.8125000000000000e-001 -9.3750000000000000e-002
            -5.4687500000000000e-002</div>
          <div>              -5.4687500000000000e-002
            3.7500000000000000e-001 3.1250000000000000e-002
            1.5625000000000000e-002</div>
          <div>              3.1250000000000000e-002
            3.7500000000000000e-001 1.8750000000000000e-001
            1.8750000000000000e-001</div>
          <div>            &lt;/ShapeFunctionWeights&gt;</div>
          <div>            &lt;QuadratureWeights&gt;</div>
          <div>              2.1219962781139991e-314
            2.1219957914593380e-314 1.1013158155129526e-311
            1.1501217187461613e-311</div>
          <div>            &lt;/QuadratureWeights&gt;</div>
          <div>            </div>
          <div>          &lt;/vtkQuadratureSchemeDefinition&gt;</div>
          <div>          </div>
          <div>        &lt;/InformationKey&gt;</div>
          <div>          0</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/CellData&gt;</div>
          <div>      &lt;Points&gt;</div>
          <div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Points&quot;
            NumberOfComponents=&quot;3&quot; format=&quot;ascii&quot; RangeMin=&quot;0&quot;
            RangeMax=&quot;1.1874342107&quot;&gt;</div>
          <div>          0 0 0 1 0 0</div>
          <div>          0.5 0.80000001192 0 0.5 0.40000000596 1</div>
          <div>          0.5 0 -0.20000000298 0.60000002384
            0.60000002384 0</div>
          <div>          0.30000001192 0.40000000596 0 0.40000000596
            0.20000000298 0.5</div>
          <div>          0.85000002384 0.30000001192 0.5 0.5
            0.60000002384 0.44999998808</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/Points&gt;</div>
          <div>      &lt;Cells&gt;</div>
          <div>        &lt;DataArray type=&quot;Int64&quot; Name=&quot;connectivity&quot;
            format=&quot;ascii&quot; RangeMin=&quot;0&quot; RangeMax=&quot;9&quot;&gt;</div>
          <div>          0 1 2 3 4 5</div>
          <div>          6 7 8 9</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>        &lt;DataArray type=&quot;Int64&quot; Name=&quot;offsets&quot;
            format=&quot;ascii&quot; RangeMin=&quot;10&quot; RangeMax=&quot;10&quot;&gt;</div>
          <div>          10</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>        &lt;DataArray type=&quot;UInt8&quot; Name=&quot;types&quot;
            format=&quot;ascii&quot; RangeMin=&quot;24&quot; RangeMax=&quot;24&quot;&gt;</div>
          <div>          24</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/Cells&gt;</div>
          <div>    &lt;/Piece&gt;</div>
          <div>  &lt;/UnstructuredGrid&gt;</div>
          <div>&lt;/VTKFile&gt;</div>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>Third:  I investigated quadrature for hexahedron.  I made a
          similar file to quadraticTetra01.vtu and tried to generate a
          quadrature dictionary.  Upon hitting apply for this, paraview
          crashes.  It crashes for both linear and quadratic hexahedron.
          This is the file it crashes on,</div>
        <div><br>
        </div>
        <div>
          <div>&lt;?xml version=&quot;1.0&quot;?&gt;</div>
          <div>&lt;VTKFile type=&quot;UnstructuredGrid&quot; version=&quot;0.1&quot;
            byte_order=&quot;LittleEndian&quot;
            compressor=&quot;vtkZLibDataCompressor&quot;&gt;</div>
          <div>  &lt;UnstructuredGrid&gt;</div>
          <div>    &lt;Piece NumberOfPoints=&quot;12&quot; NumberOfCells=&quot;2&quot;&gt;</div>
          <div>      &lt;PointData Scalars=&quot;scalars&quot;&gt;</div>
          <div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;scalars&quot;
            format=&quot;ascii&quot;&gt;</div>
          <div>          1 1 1 1 0 0 0 0 0 0 1 1</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/PointData&gt;</div>
          <div><span style="white-space:pre-wrap">
            </span>  </div>
          <div>      &lt;Points&gt;</div>
          <div>        &lt;DataArray type=&quot;Float32&quot;
            NumberOfComponents=&quot;3&quot; format=&quot;ascii&quot;&gt;</div>
          <div>         -1.0 -1.0 1.0</div>
          <div>         -1.0 -1.0 -1.0</div>
          <div>         -1.0 1.0 -1.0</div>
          <div>         -1.0 1.0 1.0</div>
          <div>         1.0 -1.0 1.0</div>
          <div>         1.0 -1.0 -1.0</div>
          <div>         1.0 1.0 -1.0</div>
          <div>         1.0 1.0 1.0</div>
          <div><span style="white-space:pre-wrap">
            </span> 3.0 -1.0 1.0</div>
          <div>         3.0 -1.0 -1.0</div>
          <div>         3.0 1.0 -1.0</div>
          <div>         3.0 1.0 1.0</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/Points&gt;</div>
          <div>      &lt;Cells&gt;</div>
          <div>        &lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot;
            format=&quot;ascii&quot;&gt;</div>
          <div>          0 1 2 3 4 5 6 7</div>
          <div><span style="white-space:pre-wrap">
            </span>  <a href="tel:4%205%206%207%208%209%2010%2011" value="+14567891011" target="_blank">4 5 6 7 8 9 10 11</a></div>
          <div>        &lt;/DataArray&gt;</div>
          <div><span style="white-space:pre-wrap">
            </span>&lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot;
            format=&quot;ascii&quot;&gt;</div>
          <div>          8 16</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>        &lt;DataArray type=&quot;UInt8&quot; Name=&quot;types&quot;
            format=&quot;ascii&quot;&gt;</div>
          <div>          12 12</div>
          <div>        &lt;/DataArray&gt;</div>
          <div>      &lt;/Cells&gt;</div>
          <div>    &lt;/Piece&gt;</div>
          <div>  &lt;/UnstructuredGrid&gt;</div>
          <div>&lt;/VTKFile&gt;</div>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>My question is can anyone give me a quick example to
          implement quadrature in paraview.  I am at wits end trying to
          figure this out.  </div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a>

Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>