A library of functions computing the spherical harmonics expansion of the gravity acceleration caused by a constant density polyhedron.
SHARMLib can be retrieved from Homebrew:
brew tap bbercovici/self
brew update
brew install sharmlib
git clone https://github.com/bbercovici/SHARMLib
cd SHARMLib/build
cmake ..
make
make install
Assuming that SHARMLib was installed with Homebrew
brew update
brew upgrade sharmlib
git pull
cd build
cmake ..
make
make install
- Copyright to Yu Takahashi
- Adapted by Benjamin Bercovici