diff --git a/README.md b/README.md index e39cc664d5..001b483354 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@

- Tests + Tests - Contributors + Contributors Slack @@ -40,6 +40,9 @@ Homebrew + + YouTube +

> **2025 Gordon Bell Prize Finalist** - MFC simulates compressible multi-phase flows at exascale, using [Fypp](https://fypp.readthedocs.io/en/stable/fypp.html) metaprogramming in ~40K lines of Fortran. It conducted the [largest known public CFD simulation](https://arxiv.org/abs/2505.07392) at **200 trillion grid points** and 1 quadrillion degrees of freedom, scaling ideally to >43K AMD APUs on [El Capitan](https://hpc.llnl.gov/hardware/compute-platforms/el-capitan) and >33K AMD GPUs on [Frontier](https://www.olcf.ornl.gov/frontier/). diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 4fe3c2c6e5..6b0cba788a 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -47,7 +47,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "High-fidelity multiphase flow simulation" +PROJECT_BRIEF = "Exascale flow solver" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 diff --git a/docs/custom.css b/docs/custom.css index 0e171c2222..539a914056 100644 --- a/docs/custom.css +++ b/docs/custom.css @@ -3,6 +3,16 @@ * Overrides for doxygen-awesome theme */ +/* Narrower left navigation panel */ +html { + --side-nav-fixed-width: 210px; +} + +/* Hide tree sync button */ +#nav-sync { + display: none; +} + /* Seamless split tags for Fortran % struct accessors. * Doxygen consumes % even inside code spans, so we split around % * into adjacent elements and remove internal borders/padding. */ diff --git a/docs/footer.html b/docs/footer.html index efa3357e59..f8f86e9bcd 100644 --- a/docs/footer.html +++ b/docs/footer.html @@ -1,17 +1,8 @@ - - diff --git a/docs/index.html b/docs/index.html index 90e34352c5..2180ce4020 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,13 +28,13 @@