thraen
thraen
I tried the gauss-seidel function of the package as smoother for multigrid. The implementation given doesn't account for sparse matrices and is thus not usable in such contexts (large, sparse)....
Thanks a lot for pointing that out! On Wed, Jun 10, 2015 at 8:39 AM, Lars Ruthotto [email protected] wrote: > @thraen https://github.com/thraen: You might want to look into the >...
without changes to the above I get: ``` signal (7): Bus error signal (7): Bus error _unsafe_batchsetindex! at cartesian.jl:34 setindex! at abstractarray.jl:592 _unsafe_batchsetindex! at cartesian.jl:34 setindex! at abstractarray.jl:592 jl_apply_generic at...
If I add `gc()` to the outer loop, it crashes later (same error) and it seems that only one of the workers (-p3) leaks ram.
strangely, when I leave out the `@sync @parallel loop` altogether, both of the workers leak and the same crash occurs. Even if I put a `gc()` to the outer loop....
With your branch and `finalize(x)` in the outer loop memory consumption grows slower than without `finalize(x)`. But it still grows, on one worker more than on the other. And it...
Moving the pointer would probably anyways stop scrolling, but the general argument goes along those lines. The problem probably manifests most when pressing control in firefox while scrolling. Personally, I...
yes. (sorry for the rant..) do you think, winit should * provide necessary means for clients to implement it? or * or should it generate scroll events itself * or...
maybe I step in where logan left.. I would like to use alacritty (under gnu/linux), but I can't because inertial scroll is missing. I found this thread and just went...
I'm using urxvt, X, and the synaptics driver. I feel that it's time to prepare the move to wayland. But missing kinetic scroll holds me back; mostly. I can't find...