Salome HOME
Updated path
[tools/solverlab.git] / CoreFlows / examples / Python / Convergence / StationaryDiffusion / 2DFV_Neumann_DelaunayTriangles / convergence_StationaryDiffusion_2DFV_Neumann_DelaunayTriangles.py
index b42965f4c74c635947f70710e962119ebe5f47dc..d549d509b0796be133e244bd117de1777a918e1e 100644 (file)
@@ -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)