DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
Presentations

Slide decks introducing DNDSR. Each deck is authored in Markdown and rendered with Marp; the CMake docs pipeline builds the HTML and PDF outputs and stages them into the unified documentation site under /presentations/.

DNDSR Overview

A technical introduction for software and CS engineers, covering architecture, the Geom pipeline, numerics, parallelism, I/O and interop, solvers, engineering quality, results, and roadmap. Available in English and Chinese (中文).

Note
The slideshow and PDF links above resolve against the unified Sphinx site layout (Doxygen HTML lives at /doxygen/, slides live at /presentations/). They will be broken when browsing the Doxygen output in isolation; use cmake --build build -t serve-docs to view the full site.

Building the decks

Decks are rebuilt as part of the documentation target:

cmake --build build -t docs

To render a single deck manually (requires marp-cli):

bash docs/presentations/DNDSR_overview/build.sh --html --pdf # English
bash docs/presentations/DNDSR_overview/build.sh --lang=zh --html --pdf # Chinese

See docs/presentations/DNDSR_overview/README.md for editing workflow, overflow-detection tooling, and density-class conventions.