Multiresolution Adaptive Numerical Environment for Scientific Simulation
MADNESS provides a high-level environment for the solution of integral and differential equations in many dimensions using adaptive, fast methods with guaranteed precision based on multi-resolution analysis and novel separated representations.
MADNESS provides a high-level environment for the solution of integral and differential equations in many dimensions using adaptive, fast methods with guaranteed precision based on multi-resolution analysis and novel separated representations.
To install madness, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install madness
To see what files were installed by madness, run:
port contents madness
To later upgrade madness, run:
sudo port selfupdate && sudo port upgrade madness
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.