Update README.md

This commit is contained in:
PhasicFlow 2023-03-25 22:43:12 +03:30 committed by GitHub
parent b9bcb90644
commit a23120bc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PhasicFlow is a parallel C++ code for performing DEM simulations. It can run on
You can build PhasicFlow for CPU and GPU executions. [Here is a complete step-by-step procedure](https://github.com/PhasicFlow/phasicFlow/wiki/How-to-Build-PhasicFlow).
# Online code documentation
You can find a full documentation of the code, its features, and other related materials on [online documentation of the code](https://github.com/satu0king/Github-Documentation-With-Doxygen)
You can find a full documentation of the code, its features, and other related materials on [online documentation of the code](https://phasicflow.github.io/phasicFlow/)
# How to use PhasicFlow?
You can navigate into [tutorials folder](./tutorials) in the phasicFlow folder to see some simulation case setups. If you need more detailed discription, visit our [wiki page tutorials](https://github.com/PhasicFlow/phasicFlow/wiki/Tutorials).