X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CoreFlows%2Fexamples%2FPython%2FConvergence%2FStationaryDiffusion%2F2DFV_Neumann_DelaunayTriangles%2Fconvergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py;h=d549d509b0796be133e244bd117de1777a918e1e;hb=38f58155e836804d15ff4e3b535344799a8f7065;hp=b42965f4c74c635947f70710e962119ebe5f47dc;hpb=5ec00861ad4175e2c97f743903a9cedc770278b5;p=tools%2Fsolverlab.git 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)