Releases: prashjha/PeriDEM
Releases · prashjha/PeriDEM
v0.2.1
What's Changed
- Improving particle handling and simplifying code by @prashjha in #25
- Optimize contact by @prashjha in #26
- Add single particle simulation support by @prashjha in #27
- Minor fixes by @prashjha in #28
- Create CITATION.cff by @prashjha in #30
- add nearest point search to NSearch by @prashjha in #31
- fix directory error when running tests 17, 18, and 19 by @prashjha in #34
Full Changelog: v0.2.0...v0.2.1
PeriDEM-v0.2.0
Second release of PeriDEM:
removed dependencies on HPX, Boost, PCL
added CSV, fmt, nanoflann, and taskflow to the library as external libraries
supports metis graph partitioning for peridynamics
includes preliminary tests using MPI (in future code can be run with MPI)
improved documentation and doxygen doc
improved tests
simplified building of library (only vtk and metis paths are needed; vtk can be installed using given script and metis can be installed using standard means such as apt-get or brew)
What's Changed
- Tutorial by @prashjha in #12
- Fix damping by @prashjha in #15
- Removed HPX and Boost dependencies and added mesh partitioning and MPI and Multithreading parallelism by @prashjha in #20
- automate deployment of doxygen doc to gh-pages branch by @prashjha in #21
- Automate doxygen doc deployment to gh-pages by @prashjha in #22
- Fix uint8_t error in various file when building code in Ubuntu 24.04 by @prashjha in #23
- update readme files and minor fixes so that code is built in ubuntu 24.04 by @prashjha in #24
Full Changelog: 0.1.0...v0.2.0
PeriDEM-0.1.0
The first release of PeriDEM.