-
This issue focuses on porting the Godot Shaders repository from Godot 3 to Godot 4.3. The repository contains a collection of shaders and demo scenes for 2D and 3D games. The goal is to update the sha…
-
Dear All,
Can you help me understand if this software is capable of tracing particles in Velocity vector fields? Equation that describes this process is dx_ij / dt = V_i. i = 1,2,3 (3 dimensions), …
-
Particle tracing in the `charged_particle_radiography.Tracker` class is an [embarrassingly parallelizable problem ](https://en.wikipedia.org/wiki/Embarrassingly_parallel), but the calculations are cur…
-
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…
-
When I allocate a lot of objects with a List comprehension the increment column shows a very low number.
```
class Particle:
def __init__(self, x, y, z):
self.x = x
self.y =…
rioj7 updated
5 years ago
-
In an iPython notebook, you can enable interactive matplotlib plots simply by calling
`%matplotlib notebook`
However, on colab this seems to result in plots not being made at all. If you use
…
-
After the refactoring the filenames have a different structure than in the current official productions. Check if going back to the old style does not introduce complications in the code.
-
can usa a block (for example: jigsaw, structure void, light block, ecc) as a mirror?
can add light emission for light block or use it as a mirror?
-
Dear OpenMC team,
As part of my master's thesis, I've been working on a CUDA port of OpenMC, and I thought you guys might be interested in taking a look at some early results. It's pretty rough aro…
-
After discussion at ISHW with @jonathanschilling we had the idea to speed up field line tracing by using symplectic integration.
Another, possibly even faster and simpler alternative would be to c…