Skip to content

Commit

Permalink
only NodeColumns is working well with Redistribution and filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrdar committed Nov 28, 2023
1 parent f4e33a6 commit 161b415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sandbox/interpolation/atlas-filter.F90
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ program filtering
call gmsh%write(mesh)

call cpu_time(start_time)
filter = atlas_Filter(grid, mesh)
filter = atlas_Filter(grid, mesh, "NodeColumns") ! TODO: CellColumns has an indexing problem in Redistribution
call cpu_time(end_time)
print *, " filter.setup in seconds: ", end_time - start_time

Expand All @@ -240,6 +240,7 @@ program filtering
ijglb = ijglb + 1
end do
end do
call sfield%halo_exchange()

call gmsh%write(sfield)

Expand Down

0 comments on commit 161b415

Please sign in to comment.