From: eap Date: Tue, 13 Nov 2012 06:28:32 +0000 (+0000) Subject: 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes X-Git-Tag: V6_6_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3b785eeae916e9a2c8968f456942c966caa608f6;p=plugins%2Fnetgenplugin.git 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) --- diff --git a/resources/NETGENPlugin.xml b/resources/NETGENPlugin.xml index 90bf6b4..143af70 100644 --- a/resources/NETGENPlugin.xml +++ b/resources/NETGENPlugin.xml @@ -89,6 +89,7 @@ MaxElementArea=MaxElementArea(SetMaxElementArea()) NETGEN_Parameters_2D_ONLY=Parameters() QuadranglePreference=SetQuadAllowed() + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) @@ -104,6 +105,7 @@ NETGEN_2D=Triangle(algo=smesh.NETGEN_1D2D) NETGEN_Parameters_2D=Parameters() NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())