Skip to content
Snippets Groups Projects
  1. Jan 10, 2009
  2. 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
  3. 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
  4. Nov 14, 2008
  5. 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
  6. Oct 03, 2008
  7. Aug 15, 2008
  8. Aug 13, 2008
  9. 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
  10. Jul 11, 2008
  11. Jul 04, 2008
  12. Jul 02, 2008
  13. 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
  14. Apr 28, 2008
  15. Apr 22, 2008
  16. 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
  17. Apr 15, 2008
  18. Apr 06, 2008
  19. Apr 05, 2008
  20. Apr 03, 2008
  21. Apr 02, 2008
  22. Apr 01, 2008
  23. Mar 31, 2008
  24. Mar 30, 2008
  25. Mar 29, 2008
Loading