예제 #1
0
 /// <summary>
 /// Remove the field with tag `tag'.
 /// </summary>
 public void Remove(int tag)
 {
     GMshNativeMethods.gmshModelMeshFieldRemove(tag, ref ierr);
     if (ierr != 0)
     {
         throw new GMshException(ierr);
     }
 }