Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 901 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 901 Bytes

SHARMLib

A library of functions computing the spherical harmonics expansion of the gravity acceleration caused by a constant density polyhedron.

Installation:

Mac users

SHARMLib can be retrieved from Homebrew:

brew tap bbercovici/self
brew update
brew install sharmlib

Linux & Mac users

git clone https://github.com/bbercovici/SHARMLib
cd SHARMLib/build
cmake ..
make
make install

Getting updates

Mac users

Assuming that SHARMLib was installed with Homebrew

brew update
brew upgrade sharmlib

Linux & Mac users

git pull
cd build
cmake ..
make
make install

Credits

  • Copyright to Yu Takahashi
  • Adapted by Benjamin Bercovici

License

This software is distributed under the MIT License