Ihor Mirzov

Results 29 comments of Ihor Mirzov

Dear Kazunobu, How is it going with DEBUG logging?

Dear Kazu, Cool! There are no errors which I have suspected: I see only one thread writing to the log window. Another thing is that you're using binaries. Have you...

Wow, you've made a GIF :) Hi! I see one error in the log file. Lines 98-99: path to the FBD file is cropped. And I do not know why....

No, bconverged wont help. There is second problem in your log file. Each CGX command for elset painting should start with a newline. For example, I have: ``` plot e...

Hi! Did you make all files in "/home/ccx/cae/" executable? https://github.com/calculix/cae#how-to-use

Then I'm sorry, I have no idea how to solve it. Leaving this issue opened.

Thank you for posting a bug. I've ran a command: ``` C:/cae/bin/python/python.exe -m pip list ``` and got ``` PyQt5 5.15.9 PyQt5-Qt5 5.15.2 PyQt5-sip 12.11.1 PyQtWebEngine 5.15.6 PyQtWebEngine-Qt5 5.15.2 ```...

When you run command `pip list` you get list of packages installed on your OS's Python. I don't care about Python installed on your OS. You have to use Python...

Well, if requirements are satisfied, then I have no idea why the app does not start. Sorry. `PyQt` seems to be fickle. I have an idea to rewrite everything with...

Hi, Yes, I renumbered nodes, because in VTK nodes are numbered starting from 0, not from 1. Moreover, VTK support only continuous numbering. https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf "Indices are 0-offset. Thus the first...