Skip to content

Commit

Permalink
fixed get_quad_scales bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibbs committed Feb 8, 2024
1 parent c2bf0b3 commit 506929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Galerkin_discretisation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function discretise_Galerkin_block(
Galerkin_matrix = zeros(ComplexF64,length(mesh1),length(mesh2))

# get quad scales
quad_scales = get_quad_scales(K.wavenumber,
quad_scales = get_quad_scales(abs(K.wavenumber),
K.domain.spatial_dimension,
mesh1, mesh2)

Expand Down

0 comments on commit 506929d

Please sign in to comment.