https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ecd25f3de340c24a3bd7fc6fe8167793a635850f authored by Christoph Lehmann on 16 February 2023, 13:25:34 UTC
Merge branch 'fix-point-heat-source-notebook-type-setting' into 'master'
Tip revision: ecd25f3
Tests.cmake
# This contains multi-process notebooks
if(TARGET ThermoHydroMechanics
   AND TARGET ThermoRichardsMechanics
   AND TARGET TH2M
   AND NOT OGS_USE_PETSC
)
    NotebookTest(
        NOTEBOOKFILE
        ThermoHydroMechanics/Linear/Point_injection/SaturatedPointheatsource.ipynb
        RUNTIME 1800
        PROPERTIES PROCESSORS 4
    )
endif()
back to top