Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GongZheng-Justin authored Nov 23, 2024
1 parent c389ca5 commit e7a4aaa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# ParaTC
## Notice :newspaper:
 **ParaTC** has been integrated into the CFD-DEM sovler [**CP3d**](https://github.com/GongZheng-Justin/CP3d) as a sub-solver.

 **ParaTC** is a high order finite difference solver for direct numerical simulations of turbidity currents with high parallel efficiency:
* MPI parallelization by means of pencil distributed decomposition. In order to improve the parallel efficiency, we propose a new 2D pencil-like parallel configuration with totally 6 different pencil arrangements.
* A [parallel Thomas algorithm](https://github.com/MPMC-Lab/PaScaL_TDMA/) is included to further reduce the communication overhead when solving tridiagonal equations.
Expand All @@ -24,10 +27,6 @@
## How to cite **ParaTC**?
 Z. Gong, G. Deng, C. An, Z. Wu, X. Fu, A high order finite difference solver for simulations of turbidity currents with high parallel efficiency, Computers and Mathematics with Applications, 2022;128:21-33, https://doi.org/10.1016/j.camwa.2022.09.024.

## Notice :newspaper:
 **ParaTC** has been integrated into the CFD-DEM sovler [**CP3d**](https://github.com/GongZheng-Justin/CP3d) as a sub-solver.


## Installation :briefcase:
 As for compilation, present solver has the following two prerequisites:
* MPI
Expand Down

0 comments on commit e7a4aaa

Please sign in to comment.