Closed silverrose-llnl closed 4 months ago
Hi - some of the dependency builds options are exposed as flags in the PyMFEM build but not all. I think the easiest option may be to install MFEM with what you need (e.g. using the MFEM_USE_NETCDF
flag) and then pointing to it when you install PyMFEM. Here is some code that installs using an external MFEM.
Thanks! I am now trying to just change the mesh format since I'm trying to keep the installation/use process of my scripts as easy as possible.
Hello!
I'm trying to read cubit files and I am getting the following error:
I installed PyMFEM using pip install. Is there a way to reinstall it so that it reads cubit files? Do I need to download the repo, change an option in the .cpp file and reinstall from there?
Thanks in advance!