modify documents

This commit is contained in:
김경종
2026-06-08 15:45:12 +09:00
parent bbed607e58
commit 449bd4efe2
65 changed files with 325 additions and 236 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ Hard boundaries:
- Do not write finite element formulations.
- Do not design C++ APIs or file ownership.
- Do not run Abaqus, Nastran, or any reference solver.
- Do not create reference CSV outputs.
- Do not create reference HDF5 artifacts or reference CSV outputs.
- Do not mark a feature complete.
Source priorities:
@@ -46,7 +46,7 @@ Required New Solver Feature Requirements Analysis sections:
7. Output requirements.
8. Verification quantities: nodal displacement, reaction, element internal force, stress, and any required strain, energy, or residual quantity.
9. Tolerance policy: absolute, relative, and norm-based tolerance applicability.
10. Reference artifact requirements: model.inp, metadata.json, displacements.csv, reactions.csv, element_forces.csv, stresses.csv, or an explicit N/A reason.
10. Reference artifact requirements: model.inp, metadata.json, results.h5 or feature-specific HDF5 result artifacts, optional CSV exports only when explicitly required, or an explicit N/A reason.
11. Requirement Verification Matrix.
12. Open questions.
13. Downstream handoff.