Skip to content

PeriDEM-v0.2.0

Latest
Compare
Choose a tag to compare
@prashjha prashjha released this 05 Jun 21:28
· 41 commits to main since this release
268adf4

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