Package for creating and managing triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Uses a mesh data structure compatible with pdetool. Relies on gmsh for unstructured mesh generation.
To install octave-msh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install octave-msh
To see what files were installed by octave-msh, run:
port contents octave-msh
To later upgrade octave-msh, run:
sudo port selfupdate && sudo port upgrade octave-msh
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.