[Paraview-developers] MFiX Reader Data Range issue

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Aug 1 11:40:20 EDT 2013


I've tracked the problem down. It is indeed a bug in vtkMFixReader where it
wasn't marking modified arrays as modified resulting in the array reporting
obsolete ranges. This fixes that issue:

http://review.source.kitware.com/#/t/3080

http://paraview.org/Bug/view.php?id=14202

Utkarsh



On Thu, Aug 1, 2013 at 9:50 AM, Utkarsh Ayachit <utkarsh.ayachit at kitware.com
> wrote:

> That's odd. I cannot seem to reproduce this. Check out the video.
> Incidently someone reported the same issue a few days ago (
> http://paraview.org/Bug/view.php?id=14187). Am I missing something here?
> Can you share the dataset?
>
>
>  bug.14187.m4v<https://docs.google.com/a/kitware.com/file/d/0B26kKqqTZSgGSkl1WXhyUDRiZHc/edit?usp=drive_web>
>
>
> Utkarsh
>
>
> On Thu, Aug 1, 2013 at 9:39 AM, Terry Jordan <Terry.Jordan at netl.doe.gov>wrote:
>
>> Information Tab
>>
>> >>> Utkarsh Ayachit <utkarsh.ayachit at kitware.com> 7/31/2013 5:58 PM >>>
>>
>> Terry,
>>
>> By data-ranges not updating, do you mean on the Information Tab or for
>> the "Color Map"?
>>
>> Utkarsh
>>
>> On Wed, Jul 31, 2013 at 10:05 AM, Terry Jordan
>> <Terry.Jordan at netl.doe.gov> wrote:
>> > We developed the MFiX reader some time back, I am now seeing an odd
>> issue
>> > with the data ranges.  Upon opening and applying the data, the data
>> ranges
>> > for the scalars are populated.  When animating or stepping through the
>> data
>> > the ranges are not updated and remain the same values as the time step
>> which
>> > was initially opened.
>> >
>> > For example a typical data set may have initialization at timestep zero
>> > which has range of 0,0.  Time step 1 may have a range of 0-1.So if I
>> open
>> > the data with the time set to 0, the range is 0-0.  If I then step to
>> time 1
>> > the range is still set at 0-0. However if I open the data with time =
>> 1, the
>> > range is 0-1, and will remain 0-1.  The values in the scalar arrays are
>> > correct its just the ranges that are not.
>> >
>> > This is not the desired function, I would want the ranges to update on
>> every
>> > time step.  I am not sure what is missing.
>> >
>> > Thanks in advance.
>> >
>> > _______________________________________________
>> > Paraview-developers mailing list
>> > Paraview-developers at paraview.org
>> > http://public.kitware.com/mailman/listinfo/paraview-developers
>> >
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130801/2b223dfb/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-BUG-14202.-Modify-arrays-when-changed.patch
Type: application/octet-stream
Size: 1678 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130801/2b223dfb/attachment-0001.obj>


More information about the Paraview-developers mailing list