Skip to content
Snippets Groups Projects
  1. Jan 02, 2005
    • Christophe Geuzaine's avatar
      · ad225479
      Christophe Geuzaine authored
      use v0, v1, ..., vn to access the other components of the field
      ad225479
  2. Jan 01, 2005
  3. Dec 31, 2004
    • Christophe Geuzaine's avatar
      · a7728d3e
      Christophe Geuzaine authored
      Added 2 options to control polygon offset. Instead of trying to guess
      when a polygon offset is useful (it's no that simple when we combine
      geo+mesh+some views), we just apply it conditionally to all surface
      drawings.
      a7728d3e
    • Christophe Geuzaine's avatar
      · eb713633
      Christophe Geuzaine authored
      fixed computation of Min/Max when the view contains different element types
      eb713633
    • Christophe Geuzaine's avatar
      pretty print · 4465f7fa
      Christophe Geuzaine authored
      4465f7fa
    • Christophe Geuzaine's avatar
      · 1bcf336a
      Christophe Geuzaine authored
      Replaced all *non-modal* Fl_Windows with either Dialog_Windows or
      Main_Windows, which are derived from Fl_Window amd correctly process
      the OS-specific "Close Window" shortcuts (Pomme+W on MacOS, Alt+F4 on
      Win32).
      1bcf336a
    • Christophe Geuzaine's avatar
      · 9dd6e35d
      Christophe Geuzaine authored
      Small aesthetic changes:
      
      - Only 'title-capitalize' window titles and menus; the rest should be
        capitalized like normal english sentences
      
      - The window title should be exactly the same as the menu item
        (without the ellipsis character if there is one)
      9dd6e35d
  4. Dec 30, 2004
    • Christophe Geuzaine's avatar
      · 2f6cb765
      Christophe Geuzaine authored
      - reworked the keyboard shortcuts with Laurent (our very own Macintosh
        Usability Guidelines Expert)
      
      - new smoothing option for jpeg output
      
      - new small GUI dialogs for ps/pdf/jpeg/gif/msh output (makes the
        'format' menu in the file dialog much shorter)
      2f6cb765
  5. Dec 28, 2004
    • Christophe Geuzaine's avatar
      · f5243d07
      Christophe Geuzaine authored
      removed unused extern
      f5243d07
    • Christophe Geuzaine's avatar
      · 141fe771
      Christophe Geuzaine authored
      update docs
      141fe771
    • Christophe Geuzaine's avatar
      · 6f8c291e
      Christophe Geuzaine authored
      - cleaned up + generalized font selection
      - generalized Plugin(Annotate) to allow font style selection for
        each text fragment
      - fixed bug in per-view color selection
      6f8c291e
    • Christophe Geuzaine's avatar
      · 632e7e5c
      Christophe Geuzaine authored
      don't require gl2ps
      632e7e5c
    • Christophe Geuzaine's avatar
      · d2bafc69
      Christophe Geuzaine authored
      missing line_width/point_size calls
      d2bafc69
    • Christophe Geuzaine's avatar
      · a4d7c313
      Christophe Geuzaine authored
      clarify help
      a4d7c313
    • Christophe Geuzaine's avatar
      · f7b1d491
      Christophe Geuzaine authored
      forgot to recompute the bbox
      f7b1d491
  6. Dec 27, 2004
    • Christophe Geuzaine's avatar
      typo · 7709378d
      Christophe Geuzaine authored
      7709378d
    • Christophe Geuzaine's avatar
      · cbcf66c7
      Christophe Geuzaine authored
      add a comment around a test copied as-is from the old Gradient plugin
      cbcf66c7
    • Christophe Geuzaine's avatar
      · 24a4bbd9
      Christophe Geuzaine authored
      merged Plugin(Lambda2) and Plugin(Gradient) in a single plugin, so that
      we free up Plugin(Gradient) for future use
      24a4bbd9
    • Christophe Geuzaine's avatar
      · 0539703b
      Christophe Geuzaine authored
      - plugin callbacks now draw their stuff until run/cancel is executed (so we
        manipulate the scene with the additional data displayed)
      - made plugin code much shorter
      - simpler defaults for StreamLines, CutGrid and Evaluate
      0539703b
    • Christophe Geuzaine's avatar
      · e4c111b0
      Christophe Geuzaine authored
      draw points instead of grid
      e4c111b0
    • Christophe Geuzaine's avatar
      · 94a3026e
      Christophe Geuzaine authored
      add callbacks to draw grid + fix interval definition
      94a3026e
    • Christophe Geuzaine's avatar
      · bf413a02
      Christophe Geuzaine authored
      add callbacks to draw grid
      bf413a02
    • Christophe Geuzaine's avatar
      /scale[0] · c715a4c9
      Christophe Geuzaine authored
      c715a4c9
    • Christophe Geuzaine's avatar
      · 6bd075bf
      Christophe Geuzaine authored
      new Plugin(Probe) to query the value of a view at a single point
      6bd075bf
    • Christophe Geuzaine's avatar
      · 1219dc4a
      Christophe Geuzaine authored
      new Plugin(Remove) to selectively remove parts of a view (e.g., all
      the text strings, all the scalar lines, etc.). Very useful to clean up
      maps after cuts, or to reset comment strings.
      1219dc4a
    • Christophe Geuzaine's avatar
      · f0cbeec5
      Christophe Geuzaine authored
      - new alternative Draw_String function taking a "style" argument (used
        only for font size at the moment)
      - new Plugin(Annotate) to add simple text strings to a view
      f0cbeec5
  7. Dec 22, 2004
    • Christophe Geuzaine's avatar
      · 2c45833d
      Christophe Geuzaine authored
      We cannot use _quad as a class name: gcc 2.95 uses it internally
      2c45833d
    • Christophe Geuzaine's avatar
      · 73faa277
      Christophe Geuzaine authored
      fixed "gcc -pedantic" warnings
      73faa277
  8. Dec 14, 2004
    • Christophe Geuzaine's avatar
      · 14e965b3
      Christophe Geuzaine authored
      - Replaced the general eigenvalue solver with a version from Laurent's
      MatLib code (a bit more stable thanks to floating point checks with
      adjustable tolerance)
      
      - Added a solver for symmetric matrices (again from Laurent. Thanks, dude!)
      
      - Added a small driver for 3x3 matrices, that selects the appropriate
      solver (sym/nonsym) automatically
      14e965b3
  9. Dec 13, 2004
    • Christophe Geuzaine's avatar
      · f8ccc36a
      Christophe Geuzaine authored
      add an elementFactory to simplify the tests + new "getNode" fcts
      f8ccc36a
  10. Dec 10, 2004
    • Christophe Geuzaine's avatar
      · eda9d43a
      Christophe Geuzaine authored
      typo
      eda9d43a
    • Christophe Geuzaine's avatar
      · f84e92c1
      Christophe Geuzaine authored
      renamed Plugin(PrincipalStresses) into Plugin(Eigenvectors) + provide the
      option to disable the scaling by the associated eigenvalues
      f84e92c1
  11. Dec 08, 2004
    • Christophe Geuzaine's avatar
      · b5f0d5fa
      Christophe Geuzaine authored
      typo
      b5f0d5fa
    • Christophe Geuzaine's avatar
      · c5cfd84e
      Christophe Geuzaine authored
      fix div. by zero
      c5cfd84e
    • Christophe Geuzaine's avatar
      · 2992635a
      Christophe Geuzaine authored
      Don't call EigSort automatically in EigSolve, as it could screw up the
      ordering of complex eigenvectors
      2992635a
    • Christophe Geuzaine's avatar
      · e8ffe0ef
      Christophe Geuzaine authored
      msg
      e8ffe0ef
    • Christophe Geuzaine's avatar
      · 309bcd05
      Christophe Geuzaine authored
      make the EigSolve interface allow for the solution of eigenvalue problems
      of arbitrary size (instead of limiting to 3x3)
      309bcd05
    • Christophe Geuzaine's avatar
      · a4d99cb5
      Christophe Geuzaine authored
      new plugin to compute the principal values of a tensor field
      a4d99cb5
Loading