docs: align consolidated solver workflow

This commit is contained in:
KOKO\Mimi
2026-08-15 03:14:34 +09:00
parent a8efe2b738
commit 925c4851c9
71 changed files with 687 additions and 937 deletions
+3 -3
View File
@@ -11,8 +11,8 @@
- `/AGENTS.md`
- `/docs/ARCHITECTURE.md`
- `/docs/ADR.md`
- `/docs/requirements/linear-static-3d-euler-beam.md`
- `/docs/implementation-plans/linear-static-3d-euler-beam.md`
- `/docs/linear-static-3d-euler-beam/requirements.md`
- `/docs/linear-static-3d-euler-beam/implementation-plan.md`
- `/include/fesa/math/vector.hpp`
- `/include/fesa/math/matrix.hpp`
- `/include/fesa/fem/dof_manager.hpp`
@@ -96,7 +96,7 @@ ctest --test-dir .harness/build -C Debug --output-on-failure
1. CSR invariant/determinism tests를 먼저 작성하고 RED를 확인한다.
2. ordered COO reduction과 CSR ownership의 최소 구현으로 GREEN을 만든다.
3. repeated serial/TBB equivalence와 전체 VERIFY를 수행한다.
4. `/docs/implementation-plans/linear-static-3d-euler-beam-implementation-report.md`
4. `/docs/linear-static-3d-euler-beam/implementation-report.md`
Step 18 section에 실제 RED/GREEN/VERIFY command, exit code,
핵심 output과 변경 파일을 기록한다.
5. Step 18을 `completed`로 갱신하고 CSR/determinism evidence를 summary에 기록한다.