Skip to content

Commit

Permalink
Add N2 neighbor list and inherit within Verlet builder
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Jun 24, 2022
1 parent d115773 commit 00df1c6
Show file tree
Hide file tree
Showing 7 changed files with 860 additions and 208 deletions.
1 change: 1 addition & 0 deletions core/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set(HEADERS_PUBLIC
Cabana_ExecutionPolicy.hpp
Cabana_LinkedCellList.hpp
Cabana_MemberTypes.hpp
Cabana_N2NeighborList.hpp
Cabana_NeighborList.hpp
Cabana_Parallel.hpp
Cabana_ParameterPack.hpp
Expand Down
1 change: 1 addition & 0 deletions core/src/Cabana_Core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <Cabana_DeepCopy.hpp>
#include <Cabana_LinkedCellList.hpp>
#include <Cabana_MemberTypes.hpp>
#include <Cabana_N2NeighborList.hpp>
#include <Cabana_NeighborList.hpp>
#include <Cabana_Parallel.hpp>
#include <Cabana_ParameterPack.hpp>
Expand Down
Loading

0 comments on commit 00df1c6

Please sign in to comment.