Skip to content
Snippets Groups Projects
  1. Jan 30, 2007
    • Christophe Geuzaine's avatar
      *** empty log message *** · 0901f28d
      Christophe Geuzaine authored
      0901f28d
    • Christophe Geuzaine's avatar
      · e7f67470
      Christophe Geuzaine authored
      - temporary fix for creation of second order vertices on periodic
        curves and periodic surfaces
      
      - speedup 2nd order vertex creation
      
      - never create MFaceVertices if we don't know the parametric
        coordinates (this will screw up the 2nd order algo!): create
        MVertices instead
      
      - fixed u,v coords of vertices after elliptic smoother in
        meshGFaceTransfinite
      
      - added "-format msh1" and "-format msh2" shortcuts to quickly
        select the version of the msh format from the command line +
        added "med" and "cgns" formats
      
      - moved gui guidelines in separate file
      e7f67470
  2. Jan 29, 2007
    • Christophe Geuzaine's avatar
      · f239b970
      Christophe Geuzaine authored
      better configure for MED
      f239b970
    • Christophe Geuzaine's avatar
      · 6676faf8
      Christophe Geuzaine authored
      added MED export capability (merci Pascale!!)
      6676faf8
    • Christophe Geuzaine's avatar
      · b21b8a3b
      Christophe Geuzaine authored
      - using quads to draw 2nd order elements was a bad idea (they can be
      non-plane, so the normals computed for lighting did not always look
      nice). It's better to just split each quad into 2 triangles.
      
      - import THEM in ParseString
      b21b8a3b
  3. Jan 28, 2007
    • Christophe Geuzaine's avatar
      · 5de3efe5
      Christophe Geuzaine authored
      - subclassing higher order vertices is not a good idea--it makes the
      identification hard in the I/O layer. So let's just store a char for
      the order like we did in the old versions
      
      - fixed license.texi and in License.cpp
      
      - removed unused GEntity::inClosure()
      5de3efe5
    • Christophe Geuzaine's avatar
      · 86d5b149
      Christophe Geuzaine authored
      fix logic + crashes w/ bgmesh on file
      86d5b149
    • Christophe Geuzaine's avatar
      · 726fa6a3
      Christophe Geuzaine authored
      - implemented all missing 2nd order representations
      - removed unused member functions in GFace + cleaned up GFace::point
      726fa6a3
  4. Jan 26, 2007
  5. Jan 25, 2007
    • Christophe Geuzaine's avatar
      · c8b45c06
      Christophe Geuzaine authored
      added some debug code
      c8b45c06
    • Christophe Geuzaine's avatar
      · a50b79e6
      Christophe Geuzaine authored
      - save physicals labels when saving unrolled geometries
      - fixed crash in unrolled geo save (discrete points)
      - Delete Physicals now also deletes the physicals in GModel
      - removed unused rules and terminals in parser
      - put at least one mid-point when meshing non-straight lines
        in OCC: this fixes most of the trivial 2d meshing problems
      a50b79e6
    • Christophe Geuzaine's avatar
      · 05034dcb
      Christophe Geuzaine authored
      - only delete selected physicals (instead of all of them; for philou)
      - move "save" button in visibility window
      - small logic fix in mesh draw
      05034dcb
  6. Jan 24, 2007
  7. Jan 23, 2007
    • Christophe Geuzaine's avatar
      · 6b208389
      Christophe Geuzaine authored
      set min num pts=2 for OCC circles (fixes bug in Mblade.iges)
      6b208389
    • Christophe Geuzaine's avatar
      · a0fa9e8f
      Christophe Geuzaine authored
      simplify selection colors (keep only one) and add 3 highlight colors
      a0fa9e8f
  8. Jan 22, 2007
    • Christophe Geuzaine's avatar
      · 4c118edf
      Christophe Geuzaine authored
      - fixed missing return value in OCCVertex::reparamOnFace
      
      - added code to highlight orphan entities (dave's idea)
      
      - added gui for incomplete second order elements
      
      - removed ugly static variables in 1d algo
      
      - made sure we remove all 2d order vertices before generating new ones
      4c118edf
  9. Jan 20, 2007
  10. Jan 19, 2007
    • Christophe Geuzaine's avatar
      · e7538670
      Christophe Geuzaine authored
      - fixed infinite loop in edge loop creation (when the loop is wrong, just print
       a message and abort)
      
      - introduced options to control healing of OCC models
      e7538670
  11. Jan 18, 2007
    • Christophe Geuzaine's avatar
      · 5bc14f7d
      Christophe Geuzaine authored
      removed gobal meshSize in GMODEL: for now use CTX.lc, which is correctly
      updated when multiple files are merged
      5bc14f7d
    • Christophe Geuzaine's avatar
      · 33d4e355
      Christophe Geuzaine authored
      fix logic for 3d delaunay
      33d4e355
    • Christophe Geuzaine's avatar
      · 7c0911f1
      Christophe Geuzaine authored
      - added exception to GPL for triangle/tetgen
      - fixed some command line switches
      - added option to antialiasing OpenGL rendering
      7c0911f1
  12. Jan 17, 2007
    • Jean-François Remacle's avatar
      debug the 3d algo · e9145229
      Jean-François Remacle authored
      e9145229
    • Christophe Geuzaine's avatar
      · ca5c8049
      Christophe Geuzaine authored
      hybrid extruded/unstructured from ruth
      ca5c8049
    • Christophe Geuzaine's avatar
      · 2dfb9307
      Christophe Geuzaine authored
      - new option Geometry.Tolerance (or -tol on the command line) to set the
      tolerance for the old CAD engine, for OCC healing and for STL import
      
      - removed more unused options
      2dfb9307
  13. Jan 16, 2007
  14. Jan 12, 2007
  15. Jan 10, 2007
    • Christophe Geuzaine's avatar
      · 2acbb878
      Christophe Geuzaine authored
      - bug fix: need to create temporary bounding box and compute CTX.lc
      *during* parsing step until we fill the new db on the fly
      
      (Some geo transforms in the parser use CTX.lc for tolerences. But
      CTX.lc was always equal to 1 since we only do a SetBoundingBox on
      GModel after parsing!)
      
      - cleanup spline interpol (remove duplicate code)
      2acbb878
Loading