]> SALOME platform Git repositories - plugins/hexoticplugin.git/blobdiff - doc/salome/examples/hexoticdemo_vl.py
Salome HOME
0023102: [CEA 1486 ] Add the parameters for defining the boundary layers (edited)
[plugins/hexoticplugin.git] / doc / salome / examples / hexoticdemo_vl.py
index bc2b4a213a3041f51ba42365be756fb7108f70e5..971060d92d58623f05c95b4f4d3fb39364441c3f 100644 (file)
@@ -42,7 +42,7 @@ MEFISTO_2D = Mesh_mghexa_vl.Triangle(algo=smeshBuilder.MEFISTO)
 
 MG_Hexa = Mesh_mghexa_vl.Hexahedron(algo=smeshBuilder.MG_Hexa)
 MG_Hexa_Parameters = MG_Hexa.Parameters()
-MG_Hexa.SetViscousLayers(5,5,3,"Inward",[13,23])
+MG_Hexa.SetViscousLayers(5,5,3,MG_Hexa.Inward,[13,23])
 MG_Hexa_Parameters.SetMinSize( 2 )
 MG_Hexa_Parameters.SetMaxSize( 4 )
 MG_Hexa_Parameters.SetHexesMinLevel( 2 )