Syun'ichi Shiraiwa

Results 24 issues of Syun'ichi Shiraiwa

Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/matplotlib/cbook/__init__.py", line 216, in process func(*args, **kwargs) File "/Users/shiraiwa/src/piScope/python/ifigure/widgets/canvas/ifigure_canvas.py", line 2337, in buttonrelease self.insert_figobj(event) File "/Users/shiraiwa/src/piScope/python/ifigure/widgets/canvas/ifigure_canvas.py", line 3548, in insert_figobj m(evt) File "/Users/shiraiwa/src/piScope/python/ifigure/widgets/canvas/ifigure_canvas.py", line...

bug
py3 supprt

Traceback (most recent call last): File "/Users/shiraiwa/src/piScope/python/ifigure/widgets/canvas/ifigure_canvas.py", line 3386, in mail_pic po.send_file(fname, parent=self.GetTopLevelParent()) File "/Users/shiraiwa/src/piScope/python/ifigure/utils/postoffice.py", line 130, in send_file self.ask_passwd(parent=parent) File "/Users/shiraiwa/src/piScope/python/ifigure/utils/postoffice.py", line 52, in ask_passwd self.passwd = binascii.b2a_hex(p_dlg.result[1]) TypeError:...

bug
py3 supprt

1) Improve quick-guide in wiki page What else?

This PR will merge collection of changes to support MFEM4.7

In-progress

Left over from 4.7 and some plans - [ ] Change supported python version to Python >= 3.9 - [ ] Numba 0.60.0 - [ ] Add Python3.12 (however, numba-scipy...

I am opening this message here to get help from C++ experts. With recent MFEM master, I am having a problem of running SWIG to generate PyMFEM. It somehow crashes....

question
python

This PR includes 1) address recent addition of kernel_dispatch.hpp in MFEM C++. - kernel_dispatch.hpp doesn't need to be exposed to Python. But, we need MFEM_REGISTER_KERNELS macro to be defined somehow....

This PR does * changed requirement swig >= 4.3 * fixed bilinearform.i issue due to change in BilinearForm::Print * fixed trasfer.i not knowing mfem::Device (due to the new use of...

To Do - [x] Fix examples - [x] Check with numpy 2.2 (numpy >= 2.0.0 is now required) - [x] test with Python3.12 - [x] test with Python 3.13 -...