Skip to content

Commit

Permalink
new kernel parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Sep 17, 2024
1 parent 58f7c23 commit 5f72faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tripolar_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end
Nx, Ny, _ = size(cubed_sphere_panel)

# Exclude the corners from the computation! (They are definitely not orthogonal)
params = KernelParameters(5:Nx-10, 5:Ny-10)
params = KernelParameters(5:Nx-5, 5:Ny-5)

launch!(CPU(), cubed_sphere_panel, params, compute_nonorthogonality_angle!, angle_cubed_sphere, cubed_sphere_panel, xF, yF, zF)

Expand Down

0 comments on commit 5f72faa

Please sign in to comment.