Alex Kaszynski
Alex Kaszynski
> Pinging @akaszynski for updates. We just need a separate section for this. Once I'm done with the SciPy tutorial ping me.
Made a simple script to test this: ```py import os from ansys.mapdl.core import launch_mapdl, Mapdl mapdl = launch_mapdl() for i in range(256): path = os.path.join('/tmp', chr(i)) try: if not os.path.isdir(path):...
> The docs are not updated to the last 2021.2 version. Ideally we use the xml files or whatever generated those files. Do we have a deadline for this? Also,...
@FredAns, I think this server connection instability is going to keep coming up until we fix how we're writing output to disk. @francesco123212, whenever possible, either call commands with `mute=True`...
You're 100% right about this. Can you connect with the documentation team for open-sourcing the element files? I'd also really like to have classes for each element type. Doing this...
Awesome. Thanks for the list.
@RomanIlchenko1308, can you look at this as well, unless @jgd10 wants to follow up on this.
> We can't fix this at the location of those path-joins because they happen in ansys.mapdl.reader and not the pymapdl repo (although another ticket should be made there which I...
At the moment, no, but I can add these features in the near future.
We might want to consider pulling off the plotting components of pymapdl into a separate library as `pyfluent` did within [pyfluent-visualization](https://github.com/pyansys/pyfluent-visualization).