KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
PartExa
★ 13
Open GitHub ↗
A Particle Library for the Exa-Scale
Download README (.md)
Explore Similar Repositories
kiwi-shop
:
No description available.
odoomates
:
No description available.
no.almli.utilitycost
:
App to calculate Norwegian electricity and grid costs for Athom Homey
NotOkImageFormat
:
lossy GPU-friendly image compression\decompression
Chapter-11
:
IPCC AR6 Chapter 11 - analysis and visualization code
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PartExa
?
Download (.md)
# PartExa - A Particle Library for the Exa-Scale [](https://github.com/PartExa/PartExa/actions?query=workflow%3A%22Code+Checks%22) [](https://github.com/PartExa/PartExa/actions?query=workflow%3A%22GitHub+CI%22) [](https://partexa.github.io/PartExa-Coverage/) [](https://partexa.github.io/PartExa-Sphinx/) [](https://partexa.github.io/PartExa-Doxygen/) <img align="right" width="120" height="120" src="doc/logo/logo_gray_rounded.png"> PartExa is an open-source particle library written in C++ using state-of-the-art programming techniques. PartExa strongly depends on the finite element library [deal.II](https://www.dealii.org/) along with [p4est](https://www.p4est.org/) for parallel distributed adaptive quadtrees and octrees. deal.II provides basic particle functionality with a strong focus on efficient data structures and aspects of parallelization. The major features of PartExa include * generic neighbor search algorithms for particle-particle, particle-cell, particle-face, and particle-vertex pairs, * multiple phases and transition of particles between phases, * cluster of particles that are connected by (rigid) bonds, and * evaluation routines for a variety of particle methods such as the Discrete Element Method (DEM), Smoothed Particle Hydrodynamics (SPH), and Peridynamics (PD). Making use of the sophisticated interfaces and data structures provided by deal.II facilitates the coupling of PartExa with other deal.II-based programs. ## Documentation A detailed description on how to configure and build PartExa is given in the [Installation instructions](https://partexa.github.io/PartExa-Sphinx/installation/installation.html). The documentation of PartExa is twofold and based on * installation and development guides given in a [Sphinx](https://partexa.github.io/PartExa-Sphinx/) documentation, * and a source code documentation provided with [Doxygen](https://partexa.github.io/PartExa-Doxygen/). Besides, the test coverage of PartExa is given in this [coverage report](https://partexa.github.io/PartExa-Coverage/). ## Releases PartExa is still at the beginning of its journey and under active development. Accordingly, the description above outlines the objectives of PartExa. ## License PartExa is licensed under the [GNU General Public License v3.0](LICENSE). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.