This package will install the Nektar++ spectral/hp element framework onto your system.
Nektar++ is a command-line application, meaning that to use it you must
use the terminal. Once installed, Nektar++ executables can be found in the
directory /opt/nektar++/bin
. To uninstall Nektar++, remove the
directory /opt/nektar++
and issue the command
sudo pkgutil --forget org.imperialcollegelondon.nektar++-serial
Note that this distributed version is for serial execution only and ships with a reasonably minimal set of features:
If you are interested in other solvers, development headers, or parallel execution, then please consider using releases through Homebrew (http://brew.sh/) instead:
brew tap homebrew/science && brew tap mdave/nektar && brew install nektar
Alternatively, visit the Nektar++ website for instructions on compiling from source.