[Paraview] XDMF Hyperslab in "Geometry" with Stride NOT Equal to 1 and a nonzero Start

2014-02-20 Thread ramiz . azadaliyev
Hi everyone, I have seen some hyperslab examples, unfortunately they have this format: Start =0 Stride = 1 End = the last element. that works fine, but it does not do anything useful. One can just put the entire dataset and write less code. when I try to use stride = 2 or Start = 10, or anythi

[Paraview] XDMF HyperSlab

2014-01-23 Thread ramiz . azadaliyev
Hello everyone. Does anybody have a working file with Hyperslabs? I can't get it work. I can only specify the number of points to show, but it is always the first 2,3,.. 1000 points. I can't make proper subsets. When I follow the example from the XDMF documentation, then nothing works at all.

[Paraview] XDMF +hyperslab = segfault

2010-05-28 Thread Jens
Hi, pv 3.8.0 segfaults if xdmf-files try to load datasets partly from hdf5-files (using DataItem ItemType="HyperSlab"). This can be done by defining hyperslabs in the xdmf-file and is a very nice feature if the whole grid is simply to large to fit in memory. I attached a small example (test.xmf)

Re: [Paraview] XDMF HyperSlab hints or example needed

2009-05-25 Thread Jens
Hi, I attached an xdmf-hdf5 hyperslab example, which is working fine for me. Greetings Jens Eric E. Monson schrieb: > I agree that there's something very screwy going on. I can sometimes > load a slightly reformatted version of this, but only when I've just > opened PV 3.4, and even then when I

Re: [Paraview] XDMF HyperSlab hints or example needed

2009-04-03 Thread Eric E. Monson
I agree that there's something very screwy going on. I can sometimes load a slightly reformatted version of this, but only when I've just opened PV 3.4, and even then when I look in a spreadsheet view it's not showing the correct data (not jumping by 2 in last dim). If I "delete" and reload

[Paraview] XDMF HyperSlab hints or example needed

2009-04-03 Thread Ian Curington
Does anyone have some small working examples of XDMF xml using they hyperslab option? I've yet to create any that will load with any stability in either the release or current dev versions. Suggestions for correcting the XDMF sample, or other working samples are very much appreciated! With both Pa