feat(cpp-object-oriented-modular-refactoring): step 13 - element-definition-domain

This commit is contained in:
KOKO\Mimi
2026-08-16 09:10:38 +09:00
parent cf6fc6e1d9
commit 19ba02a6a4
26 changed files with 740 additions and 242 deletions
@@ -307,7 +307,7 @@ class CapturingResultsWriter final : public fesa::ResultsWriter {
const std::vector<fesa::Diagnostic>& diagnostics) override {
output_path_ = output_path;
node_count_ = domain.Nodes().size();
shell_element_count_ = domain.ShellElements().size();
shell_element_count_ = domain.ShellElements().Size();
state_ = std::make_unique<fesa::AnalysisState>(state);
diagnostics_ = diagnostics;
return fesa::Status::Ok();