feat(abaqus-subset-completion): step 1 — part-and-assembly-set-resolution

This commit is contained in:
KOKO\Mimi
2026-08-01 02:37:05 +09:00
parent 91041f28c9
commit 3588aa2bb6
7 changed files with 796 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ struct DeckRecord final {
std::map<std::string, std::string, std::less<>> parameters;
std::vector<std::vector<std::string>> data;
SourceLocation source;
std::vector<SourceLocation> data_sources;
};
struct ParsedPart final {