Difference between revisions of "E-Trees"

From SCECpedia
Jump to navigationJump to search
(Created page with 'E-Tree's are a data representation format developed and used by the CMU Hercules group. The data structure shares characteristics with octree's, a volumetric data storage techniq…')
 
(No difference)

Latest revision as of 22:48, 26 January 2016

E-Tree's are a data representation format developed and used by the CMU Hercules group. The data structure shares characteristics with octree's, a volumetric data storage technique that can reduce the storage requirements for large volumes of data. The storage savings comes from saving single property values that apply to large regions of the volume, rather than saving material properties of every mesh point. More details about octaves and stress are posted on the wiki:

Related Entries