-
Shape-based constraints have a particle representation `Particle ShapeBasedConstraint::part_rep` which is default-constructed, therefore its particle id is always `-1`. This causes an issue when a rea…
-
When systems are highly non-homogeneous, the number of cells can explode to be much greater than the number of particles:
```julia
using StaticArrays
using CellListMap
function points_in_spher…
-
## Bug Description
There is a serious bug in the calculations involving a mesh tally, specifically with the track-length estimator. The simulation freezes without producing any additional statepoin…
-
We should provide general ["algorithmic templates"](http://www.cplusplus.com/reference/algorithm/) for general particle-mesh & particle-particle(-particle) algorithms in `PMacc`.
The idea behind this…
-
Understand the potential overhead of switching from the current container to reference-based containers.
Currently, with AoS, we see roughly the same performance between LinkedCells and LinkedCells…
-
References inserted in the new MS Word (365) using the new Mendeley Cite plugin do not appear to be extractable.
Here's a test file made on Mac OS 11.5.2, Word 16.52, Mendeley Cite 1.33.2
[test_ref.…
-
## Summary
When the number of attempted collisions (Natt in the stats output) grows very large, it rolls over to a negative value.
## Type of Issue
Bug Report
## SPARTA Version (Bug Repor…
-
### Bug description
While performing benchmarking on a number of datasets, it was noticed that the office1-7 bagfile, when replayed through both nav2 and beluga in a "beam sensor" configuration, ge…
-
The ppml made with ruby-2.3.0 has issue in macro expansion.
For example, it can not expand and replace the variables in:
`macro stdout_f(format,*message)`
example in ppm:
`stdout_f('(A,F8.2)',"Mean …
-
So I'm pretty sure I hit cases where a particle was validly inside a given patch in double precision, but when those particle got converted to single precision for some operation (like sorting), that …