Skip to content

Commit

Permalink
WIP: joss paper
Browse files Browse the repository at this point in the history
  • Loading branch information
prashjha authored Oct 18, 2024
1 parent 64340b8 commit 8e703ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Here, ${\kappa}^{(q),(p)}_N, {\beta}^{(q),(p)}_N, {\mu}^{(q),(p)}_T$ are coeffic

# Implementation

[PeriDEM](https://github.com/prashjha/PeriDEM) is implemented in GitHub. It is based on C++ and uses only a handful of external libraries, which are included in the library in the `external` folder, allowing the code to be built and tested in Ubuntu and Mac systems relatively quickly. Specifically, we use taskflow [@huang2021taskflow] for asynchronous multithreaded computation, nanoflann [@blanco2014nanoflann] for tree search to calculate neighbors for contact forces, and VTK for output. MPI and metis [@karypis1997metis] have recently been integrated to implement distributed parallelism in the near future.
[PeriDEM](https://github.com/prashjha/PeriDEM) is implemented in GitHub. It is based on C++ and uses only a handful of external libraries, which are included in the library in the `external` folder, allowing the code to be built and tested in Ubuntu and Mac systems relatively quickly. Specifically, we use taskflow [@huang2021taskflow] for asynchronous multithreaded computation, nanoflann [@blanco2014nanoflann] for tree search to calculate neighbors for contact forces, and VTK for output. MPI and metis [@karypis1997metis] have recently been integrated to implement distributed parallelism in the near future. This work is based on the previous research on analysis and numerical methods for peridynamics; see [@jha2018numerical; @jha2019numerical; @jha2018numerical2; @Jha2020peri; @lipton2019complex].

## Features
- Hybrid modeling using peridynamics and DEM for intra-particle and inter-particle interactions.
Expand Down

0 comments on commit 8e703ea

Please sign in to comment.