modify docu

This commit is contained in:
김경종
2026-06-11 17:18:03 +09:00
parent c4f8f95d4b
commit 742f311be1
66 changed files with 3354 additions and 375 deletions
+17 -8
View File
@@ -96,14 +96,18 @@ SKILLS = {
"Use when",
"FESA solver",
"Abaqus .inp",
"CSV schemas",
"HDF5",
"CSV view",
"I/O",
),
"body_terms": (
"docs/io-definitions/<feature-id>-io.md",
"Abaqus Input Scope",
"Internal Model Contract",
"Output and CSV Schemas",
"Output HDF5 Schema",
"Deterministic CSV View Schemas",
"results.h5",
"csv/displacements.csv",
"*NODE",
"*ELEMENT",
"*MATERIAL",
@@ -125,12 +129,13 @@ SKILLS = {
"references/<feature-id>/<model-id>/",
"model.inp",
"metadata.json",
"displacements.csv",
"reactions.csv",
"element_forces.csv",
"stresses.csv",
"reference.h5",
"csv/displacements.csv",
"csv/reactions.csv",
"csv/element_forces.csv",
"csv/stresses.csv",
"Coverage Matrix",
"Do not generate reference CSVs.",
"Do not generate reference HDF5 files or deterministic CSV views.",
),
},
"fesa-cpp-msvc-tdd": {
@@ -155,13 +160,17 @@ SKILLS = {
"description_terms": (
"Use when",
"FESA solver",
"reference CSV",
"HDF5",
"CSV view",
"tolerance",
"comparison",
),
"body_terms": (
"docs/reference-verifications/<feature-id>-reference-verification.md",
"ARTIFACT CHECK -> COMPARE -> CLASSIFY -> REPORT",
"results.h5",
"reference.h5",
"deterministic CSV view",
"max absolute error",
"max relative error",
"RMS error",