Skip to content
Snippets Groups Projects
  1. Mar 07, 2010
  2. Feb 28, 2010
  3. Feb 16, 2010
  4. Oct 12, 2009
  5. Oct 06, 2009
    • Matti Pellika's avatar
      · 1b552b63
      Matti Pellika authored
      Added parser interface for homology computation (finally).
      A tutorial will follow.
      1b552b63
  6. Sep 21, 2009
  7. Aug 30, 2009
    • Christophe Geuzaine's avatar
      · 9d3a0f24
      Christophe Geuzaine authored
      Encapsulate toolkit-dependent global drawing functions in new
      drawContextGlobal class, and add a static drawContextGlobal to
      drawContext, with a default version that does nothing.
      
      This allows to have a completely virtualized drawing system: we can
      now ship a library with a fully working graphic system, indepedent of
      the widget toolkit. A client code just needs to subclass
      drawContextGlobal to get working graphics (see
      e.g. api_demos/mainAntTweakBar.cpp)
      9d3a0f24
  8. Aug 25, 2009
  9. Aug 21, 2009
  10. Aug 19, 2009
  11. Jul 07, 2009
    • Christophe Geuzaine's avatar
      · d768ec1b
      Christophe Geuzaine authored
      SyncModel to force transfer from old GEO db to GModel
      d768ec1b
  12. May 19, 2009
  13. May 06, 2009
  14. Jan 30, 2009
  15. Jan 08, 2009
    • Christophe Geuzaine's avatar
      ./configure now creates Common/GmshConfig.h, which contains all the · e6055ddb
      Christophe Geuzaine authored
      HAVE_XXX defines.
      
      This fixes three longstanding problems:
      
      - the API was hard to use because some headers had HAVE_XXX ifdefs, so
        that cient codes had to know how the lib was compiled to compile
        themselves
      
      - we had to do make clean after each ./configure, which erased too
        much (e.g. most of contrib)
      
      - make depend could include unwanted stuff since it redefined FLAGS
      e6055ddb
  16. Dec 06, 2008
  17. Nov 08, 2008
  18. Nov 03, 2008
    • Christophe Geuzaine's avatar
      · 5e38696c
      Christophe Geuzaine authored
      allow recombine, transfinite and embedding constraints on GModel entities
      in parser
      5e38696c
  19. Oct 20, 2008
  20. Oct 12, 2008
    • Christophe Geuzaine's avatar
      · 0a562b5f
      Christophe Geuzaine authored
      - fixed missing getShapeFunction/getGradShapeFunction + return all sf
        at once so we can implement MElement in term of these consistently
        (w or w/o FunctionSpace)
      
      - can now merge multiple meshes and remove duplicate mesh vertices
        (useful e.g. when merging several STLs)
      
      - added easy interface to create model-based postpro datasets on the
        fly + use this for mesh quality stats
      0a562b5f
  21. Oct 09, 2008
  22. Sep 16, 2008
  23. Jul 27, 2008
    • Christophe Geuzaine's avatar
      parser: replaced old Symbol_T with simple std::map · 49803cae
      Christophe Geuzaine authored
      ****************************************************************
      **** PLEASE TEST YOUR SCRIPTS (ESPECIALLY ONES WITH LISTS, *****
      ****        COMPLICATED AFFECTATIONS, ETC.)                *****
      ****************************************************************
      49803cae
  24. Jul 11, 2008
  25. Jul 04, 2008
  26. Jun 27, 2008
  27. Jun 23, 2008
  28. Jun 07, 2008
  29. 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
  30. Apr 28, 2008
  31. Mar 19, 2008
    • Christophe Geuzaine's avatar
      · 764a5884
      Christophe Geuzaine authored
      re-fix Field.h API dependency
      
      fix shift/conflict reduce in parser introduced by Field stuff
      764a5884
  32. Mar 18, 2008
  33. Feb 22, 2008
    • Christophe Geuzaine's avatar
      · d9c6ef4d
      Christophe Geuzaine authored
      api cleanup: use ByTag consistently (emphasises slowness of lookup)
      d9c6ef4d
  34. Feb 07, 2008
  35. Jan 20, 2008
    • Christophe Geuzaine's avatar
      · b4ac26b0
      Christophe Geuzaine authored
      make parser embeddable in code with other parser (yy->gmsh_yy)
      more work on headers
      fixed lots of gcc warnings
      b4ac26b0
  36. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  37. Jan 09, 2008
    • Christophe Geuzaine's avatar
      · 2336aeb7
      Christophe Geuzaine authored
      fix parser to work with new flex and bison (1.28 -> 2.3)
      2336aeb7
Loading