https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5c09e5cb10cf5e7336e1af2811efb51ecd0969ca authored by Dmitri Naumov on 07 December 2022, 13:31:21 UTC, committed by Lars Bilke on 16 December 2022, 07:04:14 UTC
On partition interfaces the BCs must be set on the nodes
"owning" partition and not on ghost nodes.
1 parent 811a342
Raw File
Tip revision: 5c09e5cb10cf5e7336e1af2811efb51ecd0969ca authored by Dmitri Naumov on 07 December 2022, 13:31:21 UTC
[PL/BC] Exclude ghost nodes from Dirichlet BCs
Tip revision: 5c09e5c
CTestConfig.cmake
set(CTEST_PROJECT_NAME "ogs")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_SUBMIT_URL
    "https://cdash.opengeosys.org/submit.php?project=${CTEST_PROJECT_NAME}"
)
if(DEFINED ENV{CI_JOB_NAME})
    set(BUILDNAME $ENV{CI_JOB_NAME})
endif()
back to top