Ludwig
Ludwig
I'm trying to get the pixel in the mollweide projection for a given position `pos` via `(theta, phi) = vec2ang(pos...)`. I played around with it by trying to invert the...
Hi, I get a method call error when using `queryDiskRing` in very rare cases. Backtracing the error lead me to this [line](https://github.com/ziotom78/Healpix.jl/blob/ad8b46e81976011e49bbf1cf8e0594da612f49ef/src/query.jl#L163). Changing it to ```julia ringinfo = getringinfo(resol, irmax...
Hi, I need to convert between Supergalactic and Galactic coordinates for an upcoming paper, so I implemented it here. The implementation is based on astropy. Tests for converting between Supergalactic...
This PR adds the option to run a magnetized shock with a given angle between magnetic field and shock propagation. The magnetic and electric field is set up in such...
This PR tracks the development to get entity to work on Intel PVC nodes (used e.g. in [Stampede3](https://docs.tacc.utexas.edu/hpc/stampede3/#system-pvc) and [Aurora](https://www.alcf.anl.gov/aurora)). For reference I use this configuration (with intel/24.0 and impi/21.13.1):...
This PR collects the updates to the field solver implemented by @vanthieg based on [Blinne et al. (2018)](https://ui.adsabs.harvard.edu/abs/2018CoPhC.224..273B/abstract)
It would be nice to have a parameter that allows to switch off the writing of `.log` files. On long runs they can be quite large and are not necessarily...
This PR adds the option to initialize a B-field in the `streaming` setup so it can be used to run a Bell instability test.
This PR implements a charge conserving current deposit scheme using a 2nd order shape function (see Esirkepov 2001). The original implementation is based on @vanthieg's implementation into Tristan.
**describe the bug** When running on 16 and more nodes on Aurora/SuperMUC-NG2 (Intel PVC nodes) entity crashes with the error: ``` FATAL : Kokkos ERROR: SYCLDeviceUSM memory space failed to...