Skip to content

Commit

Permalink
using TrixiParticles
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Dec 20, 2024
1 parent 163374e commit c007e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/PointNeighbors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ using KernelAbstractions: KernelAbstractions, @kernel, @index
using LinearAlgebra: dot
using Polyester: Polyester
@reexport using StaticArrays: SVector
using TrixiParticles: eachface, face_vertices, face_normal

include("util.jl")
include("vector_of_vectors.jl")
Expand Down
2 changes: 1 addition & 1 deletion src/nhs_faces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ faces_in_cell(cell, neighborhood_search) = points_in_cell(cell, neighborhood_sea

function initialize!(neighborhood_search::FaceNeighborhoodSearch, geometry;
pad = ntuple(_ -> 1, ndims(geometry)))
(; cell_list, neighbor_iterator, search_radius) = neighborhood_search
(; cell_list, search_radius) = neighborhood_search

empty!(cell_list)

Expand Down

0 comments on commit c007e6b

Please sign in to comment.