/generalized-alpha

Implementation of generalized alpha method for direct integration of equation of motion in numpy

Primary LanguagePythonISC LicenseISC

generalized-alpha

Implementation of the generalized alpha method for direct integration of the equation of motion.

Installation

Either download the repository to your computer and install, e.g. by pip

pip install .

or install directly github with pip.

pip install git+https://github.com/gunnstein/generalized-alpha.git

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.