View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015475ParaViewFeaturepublic2015-05-19 03:292015-09-06 12:18
ReporterMathieu Westphal 
Assigned ToJoachim Pouderoux 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.3 
Target VersionFixed in Version4.4 
Summary0015475: Add a periodic filter fonctionnality
DescriptionA client requested to add a periodic filter fonctionnality.

The idea is to be able to create lightweight periodic meshes from existing grids. For each grid, a Multipiece data object is created. It contains the original grid plus periodic version of the grid at different periodic position (for now an angle value). The periodic meshes are very lightweight objects because we use mapped data arrays: data (point coordinates, vectors, tensors) are not copied but transformed on the fly when needed from the original arrays.
TagsNo tags attached.
ProjectTBD
Topic Name
Typefeature
Attached Files

 Relationships

  Notes
(0034421)
Mathieu Westphal (developer)
2015-05-20 03:17
edited on: 2015-06-03 03:13

Merge Request #109 ยท created by Mathieu Westphal:
Periodic Filter

Adding a periodic filter fonctionnality to paraview, using the new vtkAngularPeriodicFilter and vtkPeriodicFilter.

https://gitlab.kitware.com/paraview/paraview/merge_requests/109 [^] [^]

(0034452)
Mathieu Westphal (developer)
2015-06-03 03:17

To test this fonctionnality you can use the provided test (AngularPeriodicFilter) or do the following :
-Add a box source, apply
-Add a Group Dataset, apply
-Add a Angular Periodic Filter, select the block in interface, apply
(0034479)
Utkarsh Ayachit (administrator)
2015-06-04 17:27

Mathieu,

Here are steps to reproduce the parallel failure:

+ Connect ParaView to a pvserver with at least 2 ranks.
+ Open can.ex2
+ Apply Angular Periodic Filter -- server will segfault.

The same segfault can be reproduced using your steps as well.

I am using local rendering i.e. remote rendering is disabled -- FYI.
(0034511)
Mathieu Westphal (developer)
2015-06-05 05:40

Corrected by:
https://gitlab.kitware.com/vtk/vtk/merge_requests/279 [^]

Thanks for bug test.
(0034520)
Alan Scott (manager)
2015-06-08 18:48

Nice.

Tested remote server, Linux, master. Used can.exo (i.e., one file) and z_pinch (eight files).

 Issue History
Date Modified Username Field Change
2015-05-19 03:29 Mathieu Westphal New Issue
2015-05-19 03:29 Mathieu Westphal Assigned To => Joachim Pouderoux
2015-05-20 03:17 Mathieu Westphal Note Added: 0034421
2015-05-20 04:25 Joachim Pouderoux Description Updated
2015-05-27 04:08 Mathieu Westphal Assigned To Joachim Pouderoux =>
2015-05-27 04:09 Mathieu Westphal Assigned To => Joachim Pouderoux
2015-05-27 04:09 Joachim Pouderoux Status backlog => gatekeeper review
2015-05-27 04:09 Joachim Pouderoux Resolution open => fixed
2015-05-27 04:10 Joachim Pouderoux Category (No Category) => Feature
2015-06-02 08:45 Utkarsh Ayachit Status gatekeeper review => customer review
2015-06-02 08:45 Utkarsh Ayachit Fixed in Version => git-master
2015-06-03 03:13 Mathieu Westphal Note Edited: 0034421
2015-06-03 03:17 Mathieu Westphal Note Added: 0034452
2015-06-04 17:27 Utkarsh Ayachit Note Added: 0034479
2015-06-05 05:40 Mathieu Westphal Note Added: 0034511
2015-06-08 18:48 Alan Scott Note Added: 0034520
2015-06-08 18:48 Alan Scott Status customer review => closed
2015-09-06 12:18 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team