Пример #1
0
 /// <summary>
 /// Set a smoothing meshing constraint on the model entity of dimension
 /// `dim' and tag `tag'. `val' iterations of a Laplace smoother are applied.
 /// </summary>
 public static void SetSmoothing(int dim, int tag, int val)
 {
     Gmsh_Warp.GmshModelGeoMeshSetSmoothing(dim, tag, val, ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }