PyMFEM
PyMFEM copied to clipboard
Python wrapper for MFEM
This PR includes a wrapper for * tmop.hpp * tmop_tools.hpp * tmop_amr.hpp This modules are loaded under mfem.ser.tmop and mfem.par.tmop. Thus, we need to point it using mfem.tmop.xxx as follows...
Hello, I installed PyMFEM with parallel support using `python setup.py install --mfem-branch=master --with-parallel --CC=cc --CXX=c++ --MPICC=mpicc --MPICXX=mpicx`, and while the parallel examples in C seem to run properly, the PyMFEM...
This pull request includes some of the changes from 2021 and one minor recent change (https://github.com/mfem/PyMFEM/commit/247cdae9b5410d006b07a9560ec160ec892dc526) to make sure that PyMFEM can be built with the option `--with-pumi`
I'm working with some folks on a project where we'd like to use p-refinement within PyMFEM. p-refinement is supported in the upcoming MFEM release (v. 4.3) but we'd like to...
Hi All, First, thank you for PyMFEM! I use it on ubuntu, and it's great. But, I'm having issues installing on an M1 Mac, with homebrew underneath. First, I had...
Hello, I just tried the PyFEM on the Expanse cluster supported by SDSC. It is very convenient to install the software, which is very nice. Thanks a lot for your...
Hi, Are there active plans to introduce the gslib `FindPoints` routine in PyMFEM?
Attempting to install PyMFEM with option `--with-strumpack` as follows: ``` python3 setup.py install --with-parallel --with-strumpack --user ``` fails with the following error: ``` Moving to a directory : /home/ben/projects/mfem/PyMFEM/external/mfem/cmbuild_par calling...
This is PR includes a couple of minor changes to bring in PUMI mesh adapt to PyMFEM. Note that this will require the build of PUMI with python wrappers. Todo:...
This PR follows up PR #143. This includes changes in setup.py so that - Run SWIG generator automatically in all cases (An "important" side effects: A user needs to have...