From 22d03642e891500a34599e69d6756c0980618d65 Mon Sep 17 00:00:00 2001 From: Hamidreza Norouzi Date: Fri, 14 Apr 2023 09:29:10 -0700 Subject: [PATCH] logo added --- README.md | 3 +++ doc/Doxyfile | 2 +- doc/customdoxygen.css | 2 +- doc/footer.html | 5 ++++- doc/header.html | 28 ++++++++-------------------- doc/phasicFlow_logo.png | Bin 0 -> 1833 bytes doc/phasicFlow_logo_github.png | Bin 0 -> 3773 bytes 7 files changed, 17 insertions(+), 23 deletions(-) create mode 100644 doc/phasicFlow_logo.png create mode 100644 doc/phasicFlow_logo_github.png diff --git a/README.md b/README.md index 9897f38c..3704403d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # PhasicFlow +
+ +
PhasicFlow is a parallel C++ code for performing DEM simulations. It can run on shared-memory multi-core computational units such as multi-core CPUs or GPUs (for now it works on CUDA-enabled GPUs). The parallelization method mainly relies on loop-level parallelization on a shared-memory computational unit. You can build and run PhasicFlow in serial mode on regular PCs, in parallel mode for multi-core CPUs, or build it for a GPU device to off-load computations to a GPU. In its current statues you can simulate millions of particles (up to 32M particles tested) on a single desktop computer. You can see the [performance tests of PhasicFlow](https://github.com/PhasicFlow/phasicFlow/wiki/Performance-of-phasicFlow) in the wiki page. # How to build? diff --git a/doc/Doxyfile b/doc/Doxyfile index 7f10e4b7..6225c07a 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = www.cemf.ir # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = /home/hrn/PhasicFlow/phasicFlow/doc/phasicFlow_logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is diff --git a/doc/customdoxygen.css b/doc/customdoxygen.css index cb6360d7..2d75c0fd 100644 --- a/doc/customdoxygen.css +++ b/doc/customdoxygen.css @@ -1,7 +1,6 @@ #titlearea { background-color: rgb(243, 243, 243); - height: 120px; padding-top: 8px; } @@ -37,6 +36,7 @@ #projectbrief { font-size: 150%; + padding-left: 15px; } #projectbrief a diff --git a/doc/footer.html b/doc/footer.html index ef260201..369341da 100644 --- a/doc/footer.html +++ b/doc/footer.html @@ -6,9 +6,12 @@ doxygen $doxygenversion + -