feat: add analysis model objects

This commit is contained in:
김경종
2026-06-09 09:04:21 +09:00
parent fdeac602f4
commit 8f24213ab7
44 changed files with 1893 additions and 0 deletions
+4
View File
@@ -1,4 +1,5 @@
int run_boundary_condition_tests();
int run_domain_model_object_tests();
int run_domain_storage_tests();
int run_element_definition_tests();
int run_load_definition_tests();
@@ -27,6 +28,9 @@ int main() {
if (const int result = run_boundary_condition_tests(); result != 0) {
return result;
}
if (const int result = run_domain_model_object_tests(); result != 0) {
return result;
}
if (const int result = run_load_definition_tests(); result != 0) {
return result;
}