From 38f58155e836804d15ff4e3b535344799a8f7065 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 5 Nov 2021 23:19:47 +0100 Subject: [PATCH] Updated path --- ...ence_StationaryDiffusion_2DFE_Dirichlet_DelaunayTriangles.py | 2 +- ...rgence_StationaryDiffusion_2DFE_Neumann_DelaunayTriangles.py | 2 +- ...ence_StationaryDiffusion_2DFV_Dirichlet_DelaunayTriangles.py | 2 +- ...e_StationaryDiffusion_2DFV_Dirichlet_EquilateralTriangles.py | 2 +- .../convergence_StationaryDiffusion_2DFV_Dirichlet_Hexagons.py | 2 +- ...rgence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py | 2 +- ...nce_StationaryDiffusion_3DFE_Dirichlet_DelaunayTetrahedra.py | 2 +- ...nce_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Dirichlet_DelaunayTriangles.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Dirichlet_DelaunayTriangles.py index 06622d2..168b651 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Dirichlet_DelaunayTriangles.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Dirichlet_DelaunayTriangles.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_2DFE_Dirichlet_DelaunayTriangles(): method = 'FE' BC = 'Dirichlet' meshList=['squareWithTriangles_1','squareWithTriangles_2','squareWithTriangles_3','squareWithTriangles_4','squareWithTriangles_5'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes/2DTriangles/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes/2DTriangles/' mesh_name='squareWithDelaunayTriangles' meshType="Unstructured_triangles" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Neumann_DelaunayTriangles.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Neumann_DelaunayTriangles.py index fb46aca..16dc425 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Neumann_DelaunayTriangles.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFE_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFE_Neumann_DelaunayTriangles.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_2DFE_Neumann_DelaunayTriangles(): method = 'FE' BC = 'Neumann' meshList=['squareWithTriangles_1','squareWithTriangles_2','squareWithTriangles_3','squareWithTriangles_4','squareWithTriangles_5'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes//2DTriangles/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes//2DTriangles/' mesh_name='squareWithDelaunayTriangles' meshType="Unstructured_triangles" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_DelaunayTriangles.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_DelaunayTriangles.py index 6c900b1..c403793 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_DelaunayTriangles.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_DelaunayTriangles.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_2DFV_Dirichlet_DelaunayTriangles(): method = 'FV' BC = 'Dirichlet' meshList=['squareWithTriangles_1','squareWithTriangles_2','squareWithTriangles_3','squareWithTriangles_4','squareWithTriangles_5'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes//2DTriangles/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes//2DTriangles/' mesh_name='squareWithDelaunayTriangles' meshType="Unstructured_triangles" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_EquilateralTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_EquilateralTriangles.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_EquilateralTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_EquilateralTriangles.py index 2821c44..08a5144 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_EquilateralTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_EquilateralTriangles.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_EquilateralTriangles/convergence_StationaryDiffusion_2DFV_Dirichlet_EquilateralTriangles.py @@ -18,7 +18,7 @@ def convergence_StationaryDiffusion_2DFV_Dirichlet_EquilateralTriangles(): method = 'FV' BC = 'Dirichlet' meshList=['squareWithEquilateralTriangles5','squareWithEquilateralTriangles20','squareWithEquilateralTriangles50','squareWithEquilateralTriangles100','squareWithEquilateralTriangles200'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes/2DEquilateralTriangles/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes/2DEquilateralTriangles/' mesh_name='squareWithEquilateralTriangles' meshType="Equilateral_triangles" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_Hexagons/convergence_StationaryDiffusion_2DFV_Dirichlet_Hexagons.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_Hexagons/convergence_StationaryDiffusion_2DFV_Dirichlet_Hexagons.py index e6adc3e..379afde 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_Hexagons/convergence_StationaryDiffusion_2DFV_Dirichlet_Hexagons.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Dirichlet_Hexagons/convergence_StationaryDiffusion_2DFV_Dirichlet_Hexagons.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_2DFV_Dirichlet_Hexagons(): method = 'FV' BC = 'Dirichlet' meshList=['squareWithHexagons_1','squareWithHexagons_2','squareWithHexagons_3','squareWithHexagons_4','squareWithHexagons_5'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes//2DHexagons/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes//2DHexagons/' mesh_name='squareWithHexagons' meshType="Structured_hexagons" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py index b42965f..d549d50 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/2DFV_Neumann_DelaunayTriangles/convergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles(): method = 'FV' BC = 'Neumann' meshList=['squareWithTriangles_1','squareWithTriangles_2','squareWithTriangles_3','squareWithTriangles_4','squareWithTriangles_5'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes//2DTriangles/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes//2DTriangles/' mesh_name='squareWithDelaunayTriangles' meshType="Unstructured_triangles" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFE_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFE_Dirichlet_DelaunayTetrahedra.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFE_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFE_Dirichlet_DelaunayTetrahedra.py index 41e7fbc..62a1fe7 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFE_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFE_Dirichlet_DelaunayTetrahedra.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFE_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFE_Dirichlet_DelaunayTetrahedra.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_3DFE_Dirichlet_DelaunayTetrahedra(): method = 'FE' BC = 'Dirichlet' meshList=['meshCubeTetrahedra_0','meshCubeTetrahedra_1','meshCubeTetrahedra_2','meshCubeTetrahedra_3','meshCubeTetrahedra_4','meshCubeTetrahedra_5'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes/3DTetrahedra/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes/3DTetrahedra/' mesh_name='cubeWithDelaunayTetrahedra' meshType="Unstructured_Tetrahedra" nbMeshes=len(meshList) diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py index 7cac0cf..05395cb 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py @@ -16,7 +16,7 @@ def convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra(): method = 'FV' BC = 'Dirichlet' meshList=['meshCubeTetrahedra_0','meshCubeTetrahedra_1','meshCubeTetrahedra_2','meshCubeTetrahedra_3','meshCubeTetrahedra_4'] - mesh_path=os.environ['CDMATH_INSTALL']+'/share/meshes/3DTetrahedra/' + mesh_path=os.environ['SOLVERLAB_INSTALL']+'/share/meshes/3DTetrahedra/' mesh_name='cubeWithDelaunayTetrahedra' meshType="Unstructured_Tetrahedra" nbMeshes=len(meshList) -- 2.30.2