Skip to content
Snippets Groups Projects
  1. Dec 17, 2004
    • Christophe Geuzaine's avatar
      · 5dfa7230
      Christophe Geuzaine authored
      - fix cast in a couple of error msg
      - more fixes in elliptic algorithm (surf->TrsfVertices and surf->Vertices
        were incomplete)
      5dfa7230
    • Christophe Geuzaine's avatar
      · dc8db1d0
      Christophe Geuzaine authored
      fix+cleanup elliptic algorithm (didn't work when line mesh orientation was
      opposite of original generatrice)
      dc8db1d0
    • Christophe Geuzaine's avatar
      *** empty log message *** · 22ebdcc9
      Christophe Geuzaine authored
      22ebdcc9
  2. Dec 16, 2004
    • Christophe Geuzaine's avatar
      · 13a74153
      Christophe Geuzaine authored
      fix copy/paste bug in error message when quad/pyramids already exists
      13a74153
  3. Dec 15, 2004
  4. 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
  5. Dec 13, 2004
  6. 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
  7. Dec 09, 2004
    • Christophe Geuzaine's avatar
      *** empty log message *** · 4daa869a
      Christophe Geuzaine authored
      4daa869a
    • Christophe Geuzaine's avatar
      · 7febc688
      Christophe Geuzaine authored
      Removed obsolete test on m_toggle_butt.size in the view option code (we
      don't need it anymore since we accept an arbitrary number of views
      in the GUI).
      
      I think this fixes a race condition on MacOS which led to the strange bug
      Laurent noticed at one occasion last month(?), when all the input fields
      in the view option panels were left blank.
      7febc688
    • Christophe Geuzaine's avatar
      · 1dd785a3
      Christophe Geuzaine authored
      missing View->Changed=1 when modifying a colormap and one of the view link
      modes is selected
      1dd785a3
    • Christophe Geuzaine's avatar
      · c80c7d6d
      Christophe Geuzaine authored
      include -I../Parser before -I../MathEval to avoid confusing parser.h with
      Parser.h on stupid case-insensitive systems like Win32/Cygwin
      c80c7d6d
  8. Dec 08, 2004
  9. Dec 07, 2004
    • Christophe Geuzaine's avatar
      · cf27b169
      Christophe Geuzaine authored
      - Moved all the Raise[][] stuff out of the drawing routines, and into
        Graphics/Post.cpp
      
      - New 'generalized raise' mode (can use arbitrary expressions, possibly
        with external data sources, to raise/offset views dynamically). Original
        patch by Nicolas Tardieu. Merci Nico!
      cf27b169
  10. Dec 06, 2004
  11. Nov 26, 2004
Loading