Skip to content
Snippets Groups Projects
  1. Apr 04, 2009
  2. Mar 29, 2009
  3. Mar 27, 2009
  4. Mar 25, 2009
  5. Mar 23, 2009
  6. Mar 19, 2009
  7. Mar 17, 2009
  8. Mar 09, 2009
  9. Feb 27, 2009
  10. Feb 24, 2009
  11. Feb 16, 2009
  12. Feb 12, 2009
  13. Feb 11, 2009
  14. Feb 10, 2009
  15. Feb 09, 2009
  16. Feb 08, 2009
  17. Feb 07, 2009
  18. Jan 28, 2009
  19. Jan 27, 2009
    • Jean-François Remacle's avatar
      · 66ea57e0
      Jean-François Remacle authored
      Uniformisation of the weights of the Gauss Quadrature points (sum = volume of the reference element)
      Adding Gauss Quadrature rule for a line
      Modifications by Gaetan Bricteux
      66ea57e0
  20. Jan 23, 2009
  21. Jan 10, 2009
  22. 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
  23. 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
  24. Dec 28, 2008
  25. Dec 23, 2008
    • Christophe Geuzaine's avatar
      · d8013fd1
      Christophe Geuzaine authored
      rewrote generic newton with fd.
      
      last func using GSL is minimize_N.
      d8013fd1
    • 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
Loading