-
When Verlet lists are used, and the Verlet skin is too large, particles are no longer resorted and their image box is miscounted.
MWE:
```python
import espressomd
import numpy as np
import matp…
-
The recent improvements to the binary collision parallelization strategy (https://github.com/ECP-WarpX/WarpX/pull/4577) has shown excellent speed-up for high particle-per-cell cases where particle den…
-
When using `LagrangianParticles` in a `grid` with one direction having `Flat` topology, the code fails because the fractional index function hits the wrong line of code. Here is a MWE:
```julia
us…
-
Hi, I recently came across ClearNLP and decided to give it a try.
I've used other NLP frameworks in the past and I am positively impressed by the overall quality of yours.
I've found some little bugs …
-
Replicate bug on exaDEM with spheres and a radius size of `0.5`
Bug:
```
init:
- lattice:
structure: SC
types: [ 0 ]
size: [ 1.0 , 1.0 , 1.0 ]
repeats: [ 5, 5 , …
-
Not sure if you want to avoid domain specific miniapps, but I am working towards modifying the acoustic 2D miniapp for ultrasound and photoacoustic modeling. Currently I just played around with gettin…
-
Ran with 1eff256247
```
ls -lh .log | wc -l
111
```
there's no 27.out, no 23.out, ranks we find in the like of those which segfault below.
There's a 26,25,28, however...
[run065…
-
Suggested by @pr4deepr
```
Canny edge detection, just like 3D Edge and Symmetry filter in 3D ImageJ suite (not sure if you already have this?).
```
See also:
https://github.com/clij/assistan…
-
I am running a few examples and encounter many errors of the kind
```
TypeError: cannot unpack non-iterable xxx object
```
For example, running the first cell of the double pendulum example (d…
beew updated
3 months ago
-
Hi,
I could run one simulation with three restarts successfully but on the fourth restart, I see segmentation faults after 6 hours of runtime. I attach the err and out files. Please let me now what…