galacticus icon indicating copy to clipboard operation
galacticus copied to clipboard

Add 2D/3D integrators

Open abensonca opened this issue 6 years ago • 2 comments

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.

abensonca avatar Mar 13 '20 23:03 abensonca

Depends on #111

abensonca avatar Mar 13 '20 23:03 abensonca