Skip to content

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

License

Notifications You must be signed in to change notification settings

bbercovici/SHARMLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published