Hi,
Could you provide some help with the new syntax for boundary layers in ngsolve 6.2.2501
In ngsolve 6.2.2401 I was using
…
nmesh = OCCGeometry(joined_object).GenerateMesh(meshsize.coarse, maxh=100)
to generate a mesh and
…
nmesh.BoundaryLayer(boundary=“.*”, thickness=layer_thicknesses, material=boundary_layer_material,
domains=boundary_layer_material, outside=False)
to add the layers. But this no longer appears to be supported in the new version. The help is suggesting to look at help(BoundaryLayerParameters) but it says this undefined.
Thanks Paul