initial commit FESurrogateModelTutorial

This commit is contained in:
김경종
2026-05-21 17:03:51 +09:00
parent 93665d9ee6
commit 43b86669fa
122 changed files with 7929 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"project": "FEMSurrogateTutorial",
"phase": "0-project-foundation",
"steps": [
{
"step": 0,
"name": "python-project-skeleton",
"status": "completed",
"summary": "Created uv/pyproject foundation, src package skeleton, artifact directories, and ruff configuration."
},
{
"step": 1,
"name": "import-smoke-test",
"status": "completed",
"summary": "Added package import smoke tests and exposed femsurrogate.__version__."
}
]
}