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