feat(abaqus-subset-completion): step 4 — step-bc-load-and-noop-directives

This commit is contained in:
KOKO\Mimi
2026-08-01 03:23:25 +09:00
parent af076c39a3
commit 94c83a39c5
4 changed files with 785 additions and 68 deletions
+24 -2
View File
@@ -156,8 +156,6 @@ add_test(
COMMAND "$<TARGET_FILE:fesa_abaqus_parser_tests>"
--gtest_filter=AbaqusInputContract/*
)
# Steps 1-4 make this normative matrix pass, then remove WILL_FAIL.
set_tests_properties(AbaqusInputContract PROPERTIES WILL_FAIL TRUE)
add_test(
NAME SetResolution
@@ -237,6 +235,30 @@ add_test(
--gtest_filter=ActiveInstance.*
)
add_test(
NAME StepMapping
COMMAND "$<TARGET_FILE:fesa_deck_to_domain_tests>"
--gtest_filter=StepMapping.*
)
add_test(
NAME Boundary
COMMAND "$<TARGET_FILE:fesa_deck_to_domain_tests>"
--gtest_filter=Boundary.*
)
add_test(
NAME Cload
COMMAND "$<TARGET_FILE:fesa_deck_to_domain_tests>"
--gtest_filter=Cload.*
)
add_test(
NAME SuppliedCantilever
COMMAND "$<TARGET_FILE:fesa_deck_to_domain_tests>"
--gtest_filter=SuppliedCantilever.*
)
add_executable(fesa_fem_primitives_tests
unit/fem/beam_frame_test.cpp
unit/fem/dof_manager_test.cpp