Block Hierarchy Meta Data: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
(New page: =Problem statement= Several file formats have multiple ways of representing data blocks in hierarchies. The most of important of these are Exodus and SILO. All Exodus data files contain a...)
 
(Replacing page with 'Moved to [http://www.paraview.org/Wiki/Block_Hierarchy_Meta_Data ParaView public Wiki]')
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Problem statement=
Moved to [http://www.paraview.org/Wiki/Block_Hierarchy_Meta_Data ParaView public Wiki]
 
Several file formats have multiple ways of representing data blocks in hierarchies. The most of important of these are Exodus and SILO. All Exodus data files contain a collection of element blocks. Furthermore, some contain additional meta-data to groups these blocks into hierarchies and also material groups. Similarly, SILO files contains domains and materials. One major difference between the two formats is that, in SILO, domains are element blocks that can contain multiple materials. There is a separate data structure that lists the elements of different materials. Therefore, extract a certain material out of a domain requires reading the whole domain and the list of elements for that material and then extracting those elements out.

Latest revision as of 08:07, 4 August 2008