Skip to content

Commit

Permalink
Add: SoA Particle <7,0> Missing
Browse files Browse the repository at this point in the history
More for #236
  • Loading branch information
ax3l committed Dec 21, 2023
1 parent 8fccfe1 commit 61265e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Particle/Particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ void init_Particle(py::module& m) {
make_Particle< 3, 2 > (m);
make_Particle< 4, 0 > (m); // HiPACE++ 22.07
make_Particle< 5, 0 > (m); // ImpactX 22.07
//make_Particle< 7, 0 > (m); // WarpX 24.01+
make_Particle< 8, 0 > (m); // ImpactX 24.01+
make_Particle< 37, 1> (m); // HiPACE++ 22.07
}
1 change: 1 addition & 0 deletions src/Particle/StructOfArrays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ void init_StructOfArrays(py::module& m) {
make_StructOfArrays< 2, 1>(m);
make_StructOfArrays< 4, 0>(m); // HiPACE++ 22.08 - 23.12
make_StructOfArrays< 5, 0>(m); // ImpactX 22.07 - 23.12
make_StructOfArrays< 7, 0, true>(m); // WarpX 24.01+
make_StructOfArrays< 8, 0, true>(m); // ImpactX 24.01+
make_StructOfArrays<37, 1>(m); // HiPACE++ 22.09 - 23.12
}

0 comments on commit 61265e5

Please sign in to comment.