Skip to content
Snippets Groups Projects
  1. Mar 13, 2007
  2. Mar 11, 2007
    • Christophe Geuzaine's avatar
      · 6ec04bdb
      Christophe Geuzaine authored
      - preliminary work to interface more parser functions with general
        GEntities
      
      - we can now export simple GModels as.geo files (points, straight line
        segments, plane surfaces, ruled surfaces and volumes are treated
        correctly; all non-straight-line curves are exported as splines; all
        non-plane/ruled surfaces are not exported)
      
      - tentative fix for the unv export problem reported on the mailing
        list (fprintf() buggy on some machines??)
      
      - new IO (both read and write) for structured grids using the NASA
        Plot3D format (for Olivier)
      6ec04bdb
  3. Mar 10, 2007
  4. Mar 09, 2007
  5. Mar 08, 2007
  6. Mar 05, 2007
    • Christophe Geuzaine's avatar
      forgot to commit this · 2298bdf2
      Christophe Geuzaine authored
      2298bdf2
    • Jean-François Remacle's avatar
      *** empty log message *** · de9345f1
      Jean-François Remacle authored
      de9345f1
    • Christophe Geuzaine's avatar
      · 2769c401
      Christophe Geuzaine authored
      fix syntax for hole carving
      2769c401
    • Christophe Geuzaine's avatar
      *** empty log message *** · ae2c03ad
      Christophe Geuzaine authored
      ae2c03ad
    • Christophe Geuzaine's avatar
      · 23967195
      Christophe Geuzaine authored
      - boundary layer can now be generated by using a post-pro view for the
        normal field
      
      - added more operations on lists in parser (FExpr * FExpr_Multi, etc.)
      
      - new "hole carving" code to create extruded grids carved out around
        some surfaces (the resulting cavity can be filled with "grout" using
        the unstructured algos)
      
      - check if bboxes of post-pro views are not == VAL_INF before adding
        them to the model bbox (bug report from Renaud Sizaire)
      
      - fixed crash in LCM_xxx tensor drawing code when no tensor points are
        available. (This piece of code should be cleaned up further--no time
        for that now.)
      
      - generalize Levelset plugins so that they work on point data sets
      23967195
    • Christophe Geuzaine's avatar
      · 0db713c2
      Christophe Geuzaine authored
      don't try to interpolate a BoundaryLayerCurve!
      0db713c2
  7. Mar 02, 2007
  8. Mar 01, 2007
  9. Feb 28, 2007
    • Christophe Geuzaine's avatar
      · e344f111
      Christophe Geuzaine authored
      one more fix :-)
      e344f111
    • Christophe Geuzaine's avatar
      · bf55369c
      Christophe Geuzaine authored
      bug fix for 2nd order quad faces
      bf55369c
    • Christophe Geuzaine's avatar
      · a53732d5
      Christophe Geuzaine authored
      more corrections to high order stuff
      
      full 2nd order prims+hexas still incorrect
      a53732d5
    • Christophe Geuzaine's avatar
      · fedf44e8
      Christophe Geuzaine authored
      bug fixes in new high order element code
      fedf44e8
  10. Feb 27, 2007
    • Christophe Geuzaine's avatar
      · ade069b7
      Christophe Geuzaine authored
      revert some changes from jf's last commit
      ade069b7
    • Christophe Geuzaine's avatar
      remove extra stuff · 57a304e3
      Christophe Geuzaine authored
      57a304e3
    • Christophe Geuzaine's avatar
      · 8c09e40f
      Christophe Geuzaine authored
      make depend + fix warnings
      8c09e40f
    • Christophe Geuzaine's avatar
      · 6b48e08f
      Christophe Geuzaine authored
      Arghhhhhh! Fixed very nasty out-of-bounds bug in 2D mesh algo...
      
      It led to seemingly random Windows slowdowns/crashes: we were passing
      random numbers to curve interpolation, and straight line interpol does
      "while(not in bounds) i--" which would take forever to get/ back into
      reasonnable interval
      6b48e08f
    • Jean-François Remacle's avatar
      *** empty log message *** · 3b0231b2
      Jean-François Remacle authored
      3b0231b2
  11. Feb 26, 2007
  12. Feb 22, 2007
  13. Feb 21, 2007
Loading