Syun'ichi Shiraiwa

Results 87 comments of Syun'ichi Shiraiwa

Did you clone it from github? If so, --mfem-branch=master flag is necessary, as shown in front page README. If you haven't done this, please try it. Besides, thank you for...

Net yet. Let me run the test on my side first.

Hi @mortezah, I ran my standard test with the MFEM_42 branch. Please try it, but make sure that you do it in a separate branch ;D

@junkudo Thank you for bringing this up. Our minimum goal is to provide Python version of examples in the level directory (examples/ex[0-9]*). Externals beyond it depends on user's request, and...

Thank you for volunteering to look into this. Let me put together a small how-to doc. I will come back to this after 4.3 wrapper release.

Thank you for letting us know the plan. I think we should start a PyMFEM branch tracking the mfem branch for 4.3. I suppose this is "nest" branch. Is it...

FYI. mfem-4.3-dev branch was made and a few changes are made including... * setup.py has a new option --mfem-branch to specify which mfem branch to be downloaded. * couple of...

Memory leak is an error on the wrapper side. HYPRE_BigInt was not properly recognized as a typedef. It seems fixed now.

> I'm getting a swig error when I try to do `python3 setup.py install --mfem-branch mfem-4.3-dev`. Is that something on my end that is messed up? Did you clone PyMFEM...

Understood. swig_command is used only inside generate_wrapper. It should have been defined in the function instead of in the global scope. I just pushed a commit to fix this. Let...