galacticus
galacticus copied to clipboard
Add 2D/3D integrators
Implement 2D and 3D integrators based upon the same approach as the 1D integrators in numerical.integration2.F90. The idea would be to split intervals into quad/oct-tree-type regions and then evaluate the integrand again in the region with the highest error estimate. This should allow focusing of the evaluations in the regions which need the most resolution.
Could be applied to the computational domain volume integrators used for radiative transfer tasks.
Depends on #111