Manuel
Manuel
Use python2 to execute scripts that are not python3 compatible
### Description ## Synopsis Setting no background results in a transparent svg, but opaquely white png. ## Example ```ts #lorem(20) ``` Results in ### SVG  --- ### PNG ...
It would be very nice to be able to set logscale for x and y axes.
## Open questions - How to incorporate boundary conditions? They are incompatible with ippls BCType concept - Should Electrostatic and Electromagnetic Solvers implement the same interface? ## Design
The current state of IPPL's FFT has a few problems. ### CPU For the CPU case, the default `Kokkos::View` Layout is `LayoutRight`, which results in [this loop](https://github.com/IPPL-framework/ippl/blob/master/src/FFT/FFT.hpp#L137-L142) being a transposition,...
## Synopsis Add Kokkos-contained rendering for Fields and particles. - Image class representing an image with save functionality (png, bmp or jpg) - 3D Rendering functionality - 2D Cross section...