Recent Releases of peridem

peridem - v0.2.1

What's Changed

  • Improving particle handling and simplifying code by @prashjha in https://github.com/prashjha/PeriDEM/pull/25
  • Optimize contact by @prashjha in https://github.com/prashjha/PeriDEM/pull/26
  • Add single particle simulation support by @prashjha in https://github.com/prashjha/PeriDEM/pull/27
  • Minor fixes by @prashjha in https://github.com/prashjha/PeriDEM/pull/28
  • Create CITATION.cff by @prashjha in https://github.com/prashjha/PeriDEM/pull/30
  • add nearest point search to NSearch by @prashjha in https://github.com/prashjha/PeriDEM/pull/31
  • fix directory error when running tests 17, 18, and 19 by @prashjha in https://github.com/prashjha/PeriDEM/pull/34

Full Changelog: https://github.com/prashjha/PeriDEM/compare/v0.2.0...v0.2.1

- C++
Published by prashjha over 1 year ago

peridem - 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 https://github.com/prashjha/PeriDEM/pull/12
  • Fix damping by @prashjha in https://github.com/prashjha/PeriDEM/pull/15
  • Removed HPX and Boost dependencies and added mesh partitioning and MPI and Multithreading parallelism by @prashjha in https://github.com/prashjha/PeriDEM/pull/20
  • automate deployment of doxygen doc to gh-pages branch by @prashjha in https://github.com/prashjha/PeriDEM/pull/21
  • Automate doxygen doc deployment to gh-pages by @prashjha in https://github.com/prashjha/PeriDEM/pull/22
  • Fix uint8_t error in various file when building code in Ubuntu 24.04 by @prashjha in https://github.com/prashjha/PeriDEM/pull/23
  • update readme files and minor fixes so that code is built in ubuntu 24.04 by @prashjha in https://github.com/prashjha/PeriDEM/pull/24

Full Changelog: https://github.com/prashjha/PeriDEM/compare/0.1.0...v0.2.0

- C++
Published by prashjha over 1 year ago

peridem - PeriDEM-0.1.0

The first release of PeriDEM.

- C++
Published by prashjha almost 5 years ago