JanJereczek / FastIsostasy.jl

Accelerated computation of glacial isostatic adjustment for laterally-variable solid-Earth
GNU General Public License v3.0
11 stars 0 forks source link

Correct offset for convo on rectangular domains #104

Closed JanJereczek closed 9 months ago

JanJereczek commented 9 months ago

same_size_conv needed convo_offset = (Ny - Nx) \div 2 to perform a correct cropping of the padded convolution result. Fixes #101.