https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7be87e3afc82e871791ae9d6eb0465ba66a427ea authored by Wenqing Wang on 22 April 2021, 15:16:32 UTC
[BC/Python] Allow Dirichlet BC for the computation with the Taylor-Hood elements
Tip revision: 7be87e3
CMakeLists.txt
add_subdirectory(Common)
get_source_files(SOURCES HydroMechanics)
append_source_files(SOURCES HydroMechanics/LocalAssembler)
append_source_files(SOURCES SmallDeformation)
append_source_files(SOURCES SmallDeformation/LocalAssembler)

ogs_add_library(LIE ${SOURCES})
target_link_libraries(LIE PUBLIC ProcessLib LIECommon PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(HydroMechanics/Tests.cmake)
    include(SmallDeformation/Tests.cmake)
endif()
back to top