Lightweight, general, scalable C++ library for finite element methods
MFEM is a modular parallel C++ library for finite element methods. Its goal is to enable high-performance scalable finite element discretization research and application development on a wide variety of platforms, ranging from laptops to supercomputers.
MFEM is a modular parallel C++ library for finite element methods. Its goal is to enable high-performance scalable finite element discretization research and application development on a wide variety of platforms, ranging from laptops to supercomputers.
To install mfem, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mfem
To see what files were installed by mfem, run:
port contents mfem
To later upgrade mfem, run:
sudo port selfupdate && sudo port upgrade mfem
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.