Guides¶
Developer guides for building, configuring, and using DNDSR.
- Building DNDSR
- Project Structure
- Style Guide
- Documentation Authoring Guide
- Python Geom Module - Mesh Reader Guide
- Array Usage Guide
- Serialization Usage Guide
- Geometry + CFV Usage Guide
- When to Use Which Layer
- Part 1: Mesh Building
- Part 2: Mesh Topology – Arrays and Access Patterns
- Part 3: Element Types and Node Coordinates
- Part 4: Raw Quadrature (Without CFV)
- Part 5: FiniteVolume – Geometric Integration Support
- Part 6: VariationalReconstruction – High-Order Machinery
- Part 7: Writing a PDE Solver on Top of CFV
- Part 8: The Full Solver Loop
- Part 9: Minimum Python Example
- Example Playground