[Paraview-developers] MFiX Reader Data Range issue

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Aug 1 12:23:22 EDT 2013


Another reason why the ranges may show up incorrectly when going back and
forth through timesteps is the "geometry caching". ParaView by default
caches geometries to enable flip-book animations so that when user plays
the animation in a loop, we don't update the reader to produce a new
timestep, instead we just cycle through rendered geometries. In that case
the ranges on the information tab can be incorrect too. I've pushed a
change to disable caching by default and warn users about the potential of
incorrect data ranges in the settings dialog (where one goes to
enable/disable geometry caching for animations).

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

Utkarsh


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

> 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/d17e48b7/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-BUG-14187.-Fix-default-to-not-cache-animations.patch
Type: application/octet-stream
Size: 9319 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130801/d17e48b7/attachment.obj>


More information about the Paraview-developers mailing list