Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.07 KB

File metadata and controls

37 lines (29 loc) · 2.07 KB

Exasim documentation

Exasim is a C++ library for high-order discontinuous Galerkin (DG) PDE solvers, with first-class support for handwritten model code, text2code symbolic-DSL code generation, and four backends (CPU / GPU / MPI / MPI+GPU).

Section Audience Contents
Introduction Everyone What Exasim is, capabilities, the three-axis decision (PDE × Solver × Mesh)
Installation First-time builders Vendored + external deps, building text2code, building Exasim, per-platform install (macOS, Linux CPU, Linux + NVIDIA, Linux + AMD)
Model contract Active users Reference for the Model C++ struct: every method, every signature, defaults, indexing layouts
Internals Contributors Test harness, baseline format, preprocessing internals, known-divergences

For walkthroughs that exercise each combination of (PDE × Solver × Mesh) end-to-end on the same Poisson problem, see tutorial/. The tutorial is the recommended entry point for new users; this doc tree is reference-shaped.

The internals directory

File Topic
testing.md ctest matrix, validate_codegen.sh harness, baseline gating
baselines.md Element-L2 baseline format, sidecar files, recording new baselines
architecture.md Preprocessing pipeline, DMD, ParMETIS, periodic node merging
known-divergences.md Open known-failures and their classification

Pre-existing references

The following older documents are still authoritative for legacy content and have not been merged into the new structure: