feat: add solver core skeleton
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
"phases": [
|
||||
{
|
||||
"dir": "solver-core-skeleton",
|
||||
"status": "pending"
|
||||
"status": "completed"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,79 +9,92 @@
|
||||
"allowed_paths": [
|
||||
"CMakeLists.txt",
|
||||
"tests/"
|
||||
]
|
||||
],
|
||||
"started_at": "2026-06-12T02:09:10+0900",
|
||||
"summary": "CMake/CTest bootstrap with fesa_core interface target and smoke test",
|
||||
"status": "completed"
|
||||
},
|
||||
{
|
||||
"step": 1,
|
||||
"name": "core-primitives",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/core/",
|
||||
"tests/unit/core_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "Core ID, diagnostic, and status primitives added with tests"
|
||||
},
|
||||
{
|
||||
"step": 2,
|
||||
"name": "domain-model-entities",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/model/",
|
||||
"tests/unit/model_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "Model entities and Domain ownership API added with tests"
|
||||
},
|
||||
{
|
||||
"step": 3,
|
||||
"name": "analysis-model-view",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/analysis/",
|
||||
"tests/unit/analysis_model_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "AnalysisModel step view added without Domain copies"
|
||||
},
|
||||
{
|
||||
"step": 4,
|
||||
"name": "dof-manager",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/fem/",
|
||||
"tests/unit/dof_manager_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "DofManager deterministic numbering and constrained/free mapping added"
|
||||
},
|
||||
{
|
||||
"step": 5,
|
||||
"name": "analysis-state",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/analysis/",
|
||||
"tests/unit/analysis_state_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "AnalysisState vector ownership and residual update added"
|
||||
},
|
||||
{
|
||||
"step": 6,
|
||||
"name": "analysis-template-flow",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/analysis/",
|
||||
"tests/unit/analysis_flow_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "Analysis template method and LinearStaticAnalysis skeleton added"
|
||||
},
|
||||
{
|
||||
"step": 7,
|
||||
"name": "results-containers",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"src/fesa/results/",
|
||||
"tests/unit/results_*_test.cpp"
|
||||
]
|
||||
],
|
||||
"summary": "ResultStep, ResultFrame, FieldOutput, and HistoryOutput containers added"
|
||||
},
|
||||
{
|
||||
"step": 8,
|
||||
"name": "solver-skeleton-integration-report",
|
||||
"status": "pending",
|
||||
"status": "completed",
|
||||
"allowed_paths": [
|
||||
"tests/integration/",
|
||||
"docs/build-test-reports/"
|
||||
]
|
||||
],
|
||||
"summary": "Solver skeleton integration test and build/test report added"
|
||||
}
|
||||
]
|
||||
],
|
||||
"created_at": "2026-06-12T02:09:10+0900",
|
||||
"completed_at": "2026-06-12T02:42:00+0900"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user