Stamatis Vretinaris
Stamatis Vretinaris
rlocs = np.concatenate((np.arange(0,-10,-0.25),[-0.95,-0.99],np.arange(0,10,0.25),[0.95,0.99])) tlocs = np.arccos(rlocs) # Conversion to polar angles the arccos functions takes as input values from -1 to 1, else it returns nan values. This produces an...
The background color for a codeblock in markdown appears to be black and the code is black as well, resulting in non-readable output. In the css files of the theme...
How difficult would it be to add support for `Polyester`'s `@batch`? It is faster than `Base.Threads.@threads` and most of the time it's non allocating as well, in contrast to some...
1) Is the only dissipation operator available the one of `MattssonSvärdNordström2004`? I am trying to construct a dissipation operator from `DienerDorbandSchnetterTiglio2007` but I get a `MethodError`. MWE: ``` d =...
Hi, I am experimenting with the `WriteVTK.jl` and `ReadVTK.jl`. I would like to store some 3D scalar field data and the velocity and acceleration of a particle. What I am...