David Bold
David Bold
With this small script you can plot cell data: ```python import meshio import ipygany import numpy as np def readcelldata(fn): msh = meshio.read(fn) indices = msh.cells[0] shp = indices.data.shape indices...
I think it is not even present at all - the 0.4.2 seems to be a backport of #53 - but the changes are not in the 0.4.x branch. I...
It is been a while ... @t-makaro are you still around? Otherwise it might be, unfavourable as it is, best to start using a fork as new upstream :cry:
I started working on it at https://github.com/boutproject/animatplot-ng - but didn't had the time recently ... Help is appreciated :-)
I would recommend to pip install zoidberg. That would probably also make sense for the other python tools, but as that is used by more people, it might be harder...
Another workaround is `--prefix=~/.local` rather than `--user`
99 of 275 file seem to include mpi stuff, so might require a bit of work, but should be doable with a bit of time ...
Similar problem: https://libraries.io/pypi/eudist/0.1.2 is licensed as GPLv3(+) but detected as GPLv2+
as in I can append `#ln-40` to reference line 40. I just checked, and it actually is possible :-D So a way to make it more easily to discover and...
I think that is causing more issues, than it is solving, as it e.g. breaks call graphs. The only option would be to sort of inline the function in the...