Esempio n. 1
0
 /// <summary>
 /// Create the FLTK graphical user interface. Can only be called in the main thread.
 /// </summary>
 public void Initialize()
 {
     GMshNativeMethods.gmshFltkInitialize(ref ierr);
     if (ierr != 0)
     {
         throw new GMshException(ierr);
     }
 }