Skip to content
Snippets Groups Projects
  1. Jan 07, 2009
  2. Dec 29, 2008
    • Christophe Geuzaine's avatar
      - (c) update · 0b598844
      Christophe Geuzaine authored
      - fix bb computation to avoid model jumping around when adding points in z=0 plane
      - pass interpol matrices as ref
      0b598844
  3. Dec 23, 2008
    • Christophe Geuzaine's avatar
      · 8797da85
      Christophe Geuzaine authored
      removed parFromPoint and closestPoint from GEdge; replace their use in
      cgns code by appropriate reparamMeshVertex calls (not tested: I don't have
      cgns)
      
      removed now unused golden section minimizer (brent), now unused
      8797da85
  4. Dec 01, 2008
  5. Nov 14, 2008
  6. Nov 08, 2008
  7. Aug 20, 2008
  8. Jul 11, 2008
  9. Jul 10, 2008
  10. Jul 03, 2008
    • Christophe Geuzaine's avatar
      improved error handling for libGmsh: · 252c55a6
      Christophe Geuzaine authored
      - removed every "throw;", i.e., every throw that did not throw an actual exception.
        throw wihout args should ONLY be used in a catch{} to re-throw the same exception
        (for it to be handled in another catch clause)
      
      - introduced GmshMessage callback class so that clients can easily implement
        their own message handling (see example in driverOCC.cpp)
      252c55a6
  11. May 04, 2008
    • Christophe Geuzaine's avatar
      * replaced old Msg function with message class inspired from what we · 26ff0c6f
      Christophe Geuzaine authored
        did in high
      * added mesh generation error log summary
      * removed Parallel subdir (this is now handled by the message class)
      * removed Box subdir and consolidated batch processing in a single
        routine
      * made List_T into a class
      * reduced dependencies in Pview*.h so we can eventually add the post-pro
        interface to the public API
      26ff0c6f
  12. Mar 20, 2008
  13. Feb 23, 2008
  14. Feb 17, 2008
  15. Jan 21, 2008
    • Christophe Geuzaine's avatar
      · b1f5579c
      Christophe Geuzaine authored
      API cleanup: new discreteVertex, discreteEdge, ... entities (replacing
      the old hacks in gmshVertex, gmshEdge, ...), the future basis of the
      indepedent "null" model (cf. HAVE_NO_GEO define)
      b1f5579c
    • Christophe Geuzaine's avatar
      · 3e41822d
      Christophe Geuzaine authored
      API cleanup: removed unused functions
      3e41822d
  16. Jan 16, 2008
    • Christophe Geuzaine's avatar
      · ff712e11
      Christophe Geuzaine authored
      rename transf params & remove unused ones in old structs
      ff712e11
  17. Oct 14, 2007
  18. Oct 08, 2007
    • Christophe Geuzaine's avatar
      · cb7d16a9
      Christophe Geuzaine authored
      make clear in docs that node/elemement tags should be > 0 (and not == 0)
      cb7d16a9
  19. Sep 26, 2007
    • Christophe Geuzaine's avatar
      · bf103636
      Christophe Geuzaine authored
      removed global THEM
      
      (once more step towards nicer integration of old GEO stuff)
      bf103636
  20. Aug 29, 2007
  21. Jul 25, 2007
  22. May 14, 2007
  23. Mar 13, 2007
  24. Mar 05, 2007
  25. Mar 02, 2007
  26. Feb 27, 2007
  27. Feb 26, 2007
    • Christophe Geuzaine's avatar
      · 8381c872
      Christophe Geuzaine authored
      new boundary layer mesh generator
      
      refactored smooth value/smooth normal code into single SmoothData.* file
      8381c872
  28. Feb 03, 2007
  29. Feb 02, 2007
  30. Jan 31, 2007
  31. Jan 06, 2007
    • Christophe Geuzaine's avatar
      · 8077fd2e
      Christophe Geuzaine authored
      fixed interpolation of ruled surfaces created by extrusion
      
      fixed interpolation of trimmed ruled surfaces
      8077fd2e
  32. Dec 21, 2006
  33. Dec 20, 2006
  34. Dec 16, 2006
    • Christophe Geuzaine's avatar
      · a21bf3ba
      Christophe Geuzaine authored
      fix interactive modification of mesh attributes
      a21bf3ba
  35. Nov 27, 2006
Loading