Skip to content
Snippets Groups Projects
Commit 3577a2e5 authored by Goffin Pierre-Yves's avatar Goffin Pierre-Yves
Browse files

Adaptation BEM structure

parent a9bca424
No related branches found
No related tags found
2 merge requests!15Py bem,!14Py bem
......@@ -54,7 +54,7 @@ ENDIF()
# ------------------------------------------------------------------------------
FILE(GLOB SRCS *.cpp FEM/solverFEM.cpp FEM/functionsFEM.cpp BEM/solverBEM.cpp BEM/functionsBEM.cpp)
FILE(GLOB SRCS *.cpp FEM/solverFEM.cpp FEM/functionsFEM.cpp BEM/solverBEM.cpp BEM/boundaryElements.cpp BEM/postProcessing.cpp BEM/verification.cpp BEM/computations.cpp)
ADD_EXECUTABLE(solver ${SRCS})
TARGET_LINK_LIBRARIES(solver PUBLIC ${GMSH_LIBRARIES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment