Jacob Hummel edited Visualization.tex  almost 9 years ago

Commit id: 4d4f905b5b2130813d6b009a0909ee34a5b9c14b

deletions | additions      

       

Highly optimized routine for volume rendering of SPH particles. Three methods available:  \begin{enumerate}  \item Primary algorithm written in C, parallelized with OpenMP, and wrapped using scipy.weave  \item Secondary algorithm written in pure python, and just-in-time compiled using Numba.  \item Fallback pure python routine. 500X slower than other two.  \end{enumerate}