feat(beam-reference-qualification): correlate Abaqus beam results

This commit is contained in:
KOKO\Mimi
2026-08-03 01:45:30 +09:00
parent b68f6ee143
commit 675379779f
21 changed files with 962 additions and 119 deletions
+10
View File
@@ -68,6 +68,16 @@ target_link_libraries(fesa PRIVATE fesa_core)
target_compile_features(fesa PRIVATE cxx_std_20)
target_compile_options(fesa PRIVATE /W4 /permissive- /EHsc)
add_executable(fesa-reference-compare
src/fesa/validation/reference_compare_main.cpp
)
target_link_libraries(fesa-reference-compare PRIVATE fesa_core)
target_compile_features(fesa-reference-compare PRIVATE cxx_std_20)
target_compile_options(
fesa-reference-compare PRIVATE /W4 /permissive- /EHsc
)
if(BUILD_TESTING)
add_executable(fesa_assembly_benchmark
tests/performance/assembly_benchmark.cpp