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())