From b9bcb9064449f58d8dde0129fc8419ddb6ea352c Mon Sep 17 00:00:00 2001 From: PhasicFlow <113092888+PhasicFlow@users.noreply.github.com> Date: Sat, 25 Mar 2023 22:40:46 +0330 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2e607e6..9db51769 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ PhasicFlow is a parallel C++ code for performing DEM simulations. It can run on # How to build? 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) # 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).