https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 43258225e799cca4b6ee6d5001d7781f94516bd7 authored by Wenqing Wang on 06 September 2021, 07:18:19 UTC
Increased the tolerance of the local Newton method for BGRa in one test
Tip revision: 4325822
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(SteadyStateDiffusion ${SOURCES})

target_link_libraries(
    SteadyStateDiffusion PUBLIC ProcessLib PRIVATE ParameterLib
)

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