예제 #1
0
 /// <summary>
 /// Force the mesh size to be extended from the boundary, or not, for the
 /// model entity of dimension `dim' and tag `tag'. Currently only supported
 /// for `dim' == 2.
 /// </summary>
 public static void SetSizeFromBoundary(int dim, int tag, int val)
 {
     Gmsh_Warp.GmshModelGeoMeshSetSizeFromBoundary(dim, tag, val, ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }