Go to AVS Home Page
 Recent Releases
AVS/Express 7.3 Released
OpenViz 2.9 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Q. Are uniform Fields less compute intensive than unstructured Fields?

A. It depends on what you're doing.

If you're rendering the data, unstructured Fields are less compute intensive than uniform Fields because all of its coordinates are there; they do not have to be computed.

If you're visualizing the data (slicing or isosurfacing it, for example), uniform Fields are faster because you don't have to do things like compute nearest neighbor (because it's the next element in the array).