X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CoreFlows%2Fexamples%2FPython%2FConvergence%2FStationaryDiffusion%2F3DFV_Dirichlet_DelaunayTetrahedra%2Fconvergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py;h=05395cb5bf1787651ada6c73f766b2c559d301ae;hb=38f58155e836804d15ff4e3b535344799a8f7065;hp=7cac0cf75e621f613c0fe88b437fd5e8adf3ba92;hpb=5ec00861ad4175e2c97f743903a9cedc770278b5;p=tools%2Fsolverlab.git diff --git a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py index 7cac0cf..05395cb 100644 --- a/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py +++ b/CoreFlows/examples/Python/Convergence/StationaryDiffusion/3DFV_Dirichlet_DelaunayTetrahedra/convergence_StationaryDiffusion_3DFV_Dirichlet_DelaunayTetrahedra.py @@ -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)