Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seissol/seissol
A scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics
https://github.com/seissol/seissol
dynamic-rupture earthquakes hpc simulation
Last synced: 5 days ago
JSON representation
A scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics
- Host: GitHub
- URL: https://github.com/seissol/seissol
- Owner: SeisSol
- License: bsd-3-clause
- Created: 2014-07-03T11:17:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T14:12:39.000Z (6 days ago)
- Last Synced: 2025-01-24T14:35:32.129Z (6 days ago)
- Topics: dynamic-rupture, earthquakes, hpc, simulation
- Language: C++
- Homepage: http://www.seissol.org
- Size: 187 MB
- Stars: 276
- Watchers: 32
- Forks: 116
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# ![SeisSol](Documentation/LatexFigures/logo2.png)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![GitHub Repo stars](https://img.shields.io/github/stars/SeisSol/SeisSol)](https://github.com/SeisSol/SeisSol/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/SeisSol/SeisSol)](https://github.com/SeisSol/SeisSol/network/members)
[![GitHub issues](https://img.shields.io/github/issues/SeisSol/SeisSol)](https://github.com/SeisSol/SeisSol/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/SeisSol/SeisSol)](https://github.com/SeisSol/SeisSol/pulls)SeisSol is a scientific software for the numerical simulation of seismic wave
phenomena and earthquake dynamics. It is based on the discontinuous Galerkin
method combined with ADER time discretization. Visit our [official website](http://www.seissol.org/)
and also read our [documentation](https://seissol.readthedocs.io) in order to
learn more about SeisSol. Our [discussion forum](https://github.com/SeisSol/SeisSol/discussions)
can help you to communicate with SeisSol developers or other users, share your
ideas, ask questions, etc.## Note
SeisSol is still under heavy development and comes without any guaranteed
functionality. At the moment we can only provide very limited support for
general users.# Collaboration
If you are interested in a close collaboration, please contact [Alice Gabriel](http://www.geophysik.uni-muenchen.de/Members/gabriel).
# Code of Conduct
We follow a [**Code of Conduct**](CODE_OF_CONDUCT.md).
Please follow the rules when participating in our community.# Contributing
We will be happy if you plan to contribute new features, extensions or bug fixes
to SeisSol. To start off, please, open a new issue and discuss your feature with
us before diving into coding. Visit our [doxygen documentation](https://ci_seissol.pages.gitlab.lrz.de/SeisSol/master)
to learn more about the source code structure.To learn more about contributing to SeisSol, please read our [**Contribution page**](CONTRIBUTING.md).
# Licensing
The source code of SeisSol is licensed under the BSD-3-Clause license.
Some files in the `cmake` and `external` folders may have different licenses
(BSL-1.0, MIT).See the [LICENSE](LICENSE) file for more details.