Salome HOME
Updated path
[tools/solverlab.git] / CoreFlows / examples / Python / Convergence / StationaryDiffusion / 3DFV_Dirichlet_DelaunayTetrahedra / convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py
index 7cac0cf75e621f613c0fe88b437fd5e8adf3ba92..05395cb5bf1787651ada6c73f766b2c559d301ae 100644 (file)
@@ -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)