feat(equation-and-linear-solve): step 2 — pardiso-linear-solver
This commit is contained in:
@@ -38,6 +38,7 @@ add_library(fesa_core STATIC
|
||||
src/fesa/io/abaqus/semantic_mapper.cpp
|
||||
src/fesa/model/domain.cpp
|
||||
src/fesa/model/domain_builder.cpp
|
||||
src/fesa/solvers/linear/pardiso_linear_solver.cpp
|
||||
)
|
||||
|
||||
target_include_directories(fesa_core
|
||||
@@ -47,6 +48,7 @@ target_include_directories(fesa_core
|
||||
|
||||
target_compile_features(fesa_core PUBLIC cxx_std_20)
|
||||
target_compile_options(fesa_core PRIVATE /W4 /permissive- /EHsc)
|
||||
target_link_libraries(fesa_core PRIVATE MKL::MKL)
|
||||
|
||||
add_executable(fesa
|
||||
src/fesa/cli/main.cpp
|
||||
|
||||
Reference in New Issue
Block a user