From: eap Date: Fri, 25 Oct 2019 14:04:18 +0000 (+0300) Subject: #16522 [CEA 7599] Viscous layers hypothesis: extract layers as a group X-Git-Tag: V9_5_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=76198741708e6d0b9f3e30120c559e2914a910f3;p=plugins%2Fnetgenplugin.git #16522 [CEA 7599] Viscous layers hypothesis: extract layers as a group --- diff --git a/resources/NETGENPlugin.xml b/resources/NETGENPlugin.xml index f57d621..6ae0e7b 100644 --- a/resources/NETGENPlugin.xml +++ b/resources/NETGENPlugin.xml @@ -89,7 +89,7 @@ NETGEN_3D=Tetrahedron() MaxElementVolume=MaxElementVolume(SetMaxElementVolume()) NETGEN_Parameters_3D=Parameters() - ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod()) + ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod(),SetGroupName()) @@ -109,7 +109,7 @@ MaxElementArea=MaxElementArea(SetMaxElementArea()) NETGEN_Parameters_2D_ONLY=Parameters() QuadranglePreference=SetQuadAllowed() - ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetEdges(1),SetEdges(2),SetGroupName()) @@ -127,7 +127,7 @@ NETGEN_2D=Triangle(algo=smeshBuilder.NETGEN_1D2D) NETGEN_Parameters_2D=Parameters() NETGEN_SimpleParameters_2D=Parameters(smeshBuilder.SIMPLE) - ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetEdges(1),SetEdges(2),SetGroupName()) @@ -145,7 +145,7 @@ NETGEN_2D3D=Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D) NETGEN_Parameters=Parameters() NETGEN_SimpleParameters_3D=Parameters(smeshBuilder.SIMPLE) - ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod()) + ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod(),SetGroupName())