robertsj / libdetran

deterministic transport utilities
MIT License
2 stars 2 forks source link

Quadratures #9

Closed robertsj closed 12 years ago

robertsj commented 12 years ago

I've been lazy and have only implemented Gauss-Legendre (1-D) and a Quadruple Range (2-D). The Quadruple-Range can be extended to (3-D). It would be useful also to include the standard Level Symmetric quadrature set. Some form of arbitrary order quadrature would be nice, too, for convergence studies. I have both of these implemented for the old effort, so it should be short task to inject them here.

robertsj commented 12 years ago

Added Level Symmetric and Uniform Equal. Not tested, but appear to be fine.