Skip to content
Snippets Groups Projects
  1. Mar 27, 2010
  2. Mar 21, 2010
  3. Feb 10, 2010
  4. Jan 01, 2010
  5. Dec 29, 2009
  6. Dec 08, 2009
  7. Sep 23, 2009
  8. Sep 14, 2009
  9. Sep 11, 2009
  10. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
  11. Mar 29, 2009
  12. Mar 23, 2009
  13. Jan 10, 2009
  14. 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
  15. 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
  16. Nov 14, 2008
  17. 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
  18. Oct 03, 2008
  19. Aug 15, 2008
  20. Aug 13, 2008
  21. Aug 12, 2008
    • Christophe Geuzaine's avatar
      * introduced new mesh element type "MPoint" · af259817
      Christophe Geuzaine authored
         1) this removes the asymmetry in all the routines involving mesh
            elements associated with points
      
         2) it makes it possible to use point-based datasets in the
            model-based post-processing module
      
        **********************************************************
          PLEASE TEST --- ESPECIALLY THE INPUT/OUTPUT ROUTINES!
        **********************************************************
      
      * made GModel::getEntities() more efficient and generalized its use
      af259817
  22. Jul 11, 2008
  23. Jul 04, 2008
  24. Jul 02, 2008
  25. 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
  26. Apr 28, 2008
  27. Apr 22, 2008
  28. Apr 17, 2008
    • Christophe Geuzaine's avatar
      · f4e02276
      Christophe Geuzaine authored
      arghh, MED 2.3.3->2.3.4 changed the name of the enum MED_NOEUD_ELEMENT into
      MED_NOEUD_MAILLE !
      f4e02276
  29. Apr 15, 2008
  30. Apr 06, 2008
  31. Apr 05, 2008
  32. Apr 03, 2008
  33. Apr 02, 2008
  34. Apr 01, 2008
Loading