[Paraview] 2D Rectangular grid import of XDMF/HDF5 files
Louie Cardone-Noott
louie.cardone-noott at linacre.ox.ac.uk
Thu Mar 5 12:59:50 EST 2015
Is VXVY a valid GeometryType? It doesn't appear in
http://www.xdmf.org/index.php/XDMF_Model_and_Format
On 5 March 2015 at 17:26, Canis Major <canismajorwuff at gmail.com> wrote:
> I have the following configuration of geometry in XDMF file
>
> <?xml version="1.0" ?><Xdmf>
> <Domain>
> <Grid Name="Grid" GridType="Uniform">
> <Topology TopologyType="2DRectMesh" Dimensions="220 82"/>
> <Geometry GeometryType="VXVY">
> <DataItem Dimensions="220" NumberType="Float" Precision="4" Format="HDF">
> xdmf2d.h5:/X
> </DataItem>
> <DataItem Dimensions="82" NumberType="Float" Precision="4" Format="HDF">
> xdmf2d.h5:/Y
> </DataItem>
> </Geometry>
> </Grid>
> </Domain></Xdmf>
>
> In Paraview I that Z axis has a dimension of 220 and Y has 82, X -- 0. Why is that? How can I fix it?
>
> Thank you.
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150305/52e4803b/attachment.html>
More information about the ParaView
mailing list