Commit 65d6013
committed
docs: Document integration test suite for diffusion model
Add comprehensive documentation for the first integration test suite in
OpenPFC, which validates the complete diffusion model simulation pipeline
against analytical solutions.
The test suite includes:
- 4 test cases with 331 assertions total
- 1D sinusoidal diffusion with convergence validation
- 3D Gaussian diffusion with spherical symmetry checks
- MPI consistency verification across parallel decompositions
- Test helper model demonstrating public field access philosophy
- All tests execute in under 2 seconds
- Validates spectral method accuracy (max error <1e-4, RMS <5e-5)
This establishes the pattern for future physics validation tests and
provides a safety net for refactoring core components.1 parent f9dc8d4 commit 65d6013
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
| |||
0 commit comments