ParaView 3 Telecon 03-20-2008

From ParaQ Wiki
Revision as of 08:29, 20 March 2008 by Kmorel (talk | contribs) (New page: {| cellpadding="2" cellspacing="4" |- ! style="background:#abcdef" | Item ! style="background:#abcdef" | People ! style="background:#abcdef" | Description |- | 1 || Chart Task Force || [ht...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Item People Description
1 Chart Task Force VTK/ParaView Charts
2 Shead GUI Plugins
3 All ParaView 3.4 Deliverables
4 Karelitz MARS issues
5 Karelitz V&V Milestone
6 Scott Multiblock use cases
7 Geveci Ideas about testing

VTK/ParaView Charts

GUI Plugins

After charts.

Deliverables

Multiblock (Utkarsh, Berk, ETI)

SILO Reader (Pat)

Selection (Berk, Utkarsh)

ParaView/Titan Chart Merger (Jeff, Utkarsh, Philippe, ETI)

See above.

Volume Rendering Algorithm Chooser (Pat)

Plot multiple points/cells over time (Berk)

After multiblock and selection work.

Textures (Utkarsh)

Done unless there is time to implement assigning any array to texture coordinates.

2D Image View type (Utkarsh)

Box and Sphere Widgets (Will)

Will said he is working on it. Should be working before the release.

Custom filter cleanup (Utkarsh)

Done unless we have time left over.

MARS Issues

V&V Milestone

Multiblock Use Cases

Scott has user that works on heat issues of cars. He has the following main use case.

  • Input file format - Exodus files.
  • Primary block selection use case - He will read in all of the data for the whole car, and then select a subset of the blocks, representing what he is interested in.
  • Notice that as blocks are turned on and off, they will retain their previous "state". For instance, if a block is being colored by temperature, and it is de-selected, then re-selected, it is still coloring by temperature.
  • He would like to be able to select groups of blocks as follows:
    • Select All
    • Select None
    • <CTRL>-click select blocks or any other reasonable way of selecting multiple blocks. Used to select engine hoses that are out of order (blocks 10, 20, 30).
    • <SHFT>-click select blocks or any other way to turn on a group of blocks with one click. Used to turn on all blocks of the car engine (blocks 110-350)..
    • Invert selection. Useful for setting all blocks of the engine to temperature, then all other blocks of the car to grey.
    • Visible. This turns on blocks for everything that is visible, even if it is off the screen. Example: Rubber band surface select a hose. Make only that cell visible. Make all blocks visible that are selected, giving you the hose.
    • Invisible. Opposite of above. Make the hose invisible.
    • Showing. This turns on blocks for anything that is actually displaying in the viewport (window). Everything else visible, but not showing in the viewport, is turned off. Used if you zoom in on the alternator and want to remove everything else.
    • Rubber band select, only select blocks that have all cells inside of the rubber band. Useful for the alternator.
    • Rubber band select, select blocks that have any cells inside of the rubber band. Useful for the gas line to the fuel tank.
  • He would like to be able to color by one block type, then color by another block type. For instance, color all parts in the car by material type, such as steel, aluminum, plastic, etc. Then, color the engine by temperature. Display both. Another example would be color all car parts grey (for context), but color the engine by temperature.
  • He would like to be able to turn on multiple blocks, for instance 50 blocks that make up the engine. Then, he would like to group these blocks together with a name - "Engine". He would like to use this superblock as he does any other block further down the pipeline.

Ideas about testing