From: michael Date: Sat, 30 Oct 2021 20:46:40 +0000 (+0200) Subject: Added 2D tests for diffusion equation X-Git-Tag: V9_8_0~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f4f64ab4109e7737fa9bf869fbbab86e3a58f5f6;p=tools%2Fsolverlab.git Added 2D tests for diffusion equation --- diff --git a/CoreFlows/examples/Python/CMakeLists.txt b/CoreFlows/examples/Python/CMakeLists.txt index 6834642..fb1479e 100755 --- a/CoreFlows/examples/Python/CMakeLists.txt +++ b/CoreFlows/examples/Python/CMakeLists.txt @@ -58,6 +58,8 @@ file(COPY ${pythonTestFiles} DESTINATION ${CMAKE_CURRENT_BINARY_DIR} CreatePythonTest(DiffusionEquation/DiffusionEquation_1DHeatedRod.py) CreatePythonTest(DiffusionEquation/DiffusionEquation_1DHeatedRod_FE.py) +add_test(DiffusionEquation/DiffusionEquation_2DSpherical_FE ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/DiffusionEquation/DiffusionEquation_2DSpherical.py 1) +add_test(DiffusionEquation/DiffusionEquation_2DSpherical_FV ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/DiffusionEquation/DiffusionEquation_2DSpherical.py 0) CreatePythonTest(DriftModel/DriftModel_1DBoilingAssembly.py) CreatePythonTest(DriftModel/DriftModel_1DBoilingChannel.py)