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
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib spdlog::spdlog
)
back to top