Skip to content
forked from PartExa/PartExa

A Particle Library for the Exa-Scale

License

Notifications You must be signed in to change notification settings

ppraegla/PartExa

 
 

Repository files navigation

PartExa - A Particle Library for the Exa-Scale

Code Checks GitHub CI Coverage Sphinx Doxygen

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 along with p4est 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.

The documentation of PartExa is twofold and based on

  • installation and development guides given in a Sphinx documentation,
  • and a source code documentation provided with Doxygen.

Besides, the test coverage of PartExa is given in this coverage report.

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.

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.

About

A Particle Library for the Exa-Scale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 49.3%
  • C++ 25.4%
  • CMake 25.3%