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