Skip to content
Snippets Groups Projects
  1. Mar 01, 2010
  2. Feb 16, 2010
  3. Feb 15, 2010
  4. Feb 14, 2010
  5. Feb 12, 2010
  6. Feb 11, 2010
  7. Feb 10, 2010
  8. Feb 07, 2010
  9. Jan 22, 2010
  10. Jan 20, 2010
  11. Jan 17, 2010
  12. Jan 15, 2010
  13. Jan 04, 2010
  14. Dec 29, 2009
  15. Dec 21, 2009
    • Matti Pellika's avatar
      · 471f1bf3
      Matti Pellika authored
      Link libgmp statically?
      
      471f1bf3
  16. Nov 05, 2009
  17. Oct 23, 2009
  18. Oct 20, 2009
  19. Oct 08, 2009
  20. Oct 06, 2009
    • Matti Pellika's avatar
      · 1b552b63
      Matti Pellika authored
      Added parser interface for homology computation (finally).
      A tutorial will follow.
      1b552b63
  21. Aug 24, 2009
    • Matti Pellika's avatar
      · 71295301
      Matti Pellika authored
      Improved reduction algorithm when generators of highest dimension are
      present.
      Added Betti number computation using coreduction to the UI.
      Added support to quadrangles (not yet to prisms, hexaherdons or pyramids
      due to unresolved issues).
      Bugfixes.
      71295301
  22. 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
  23. Jul 03, 2009
  24. Jun 25, 2009
    • Matti Pellika's avatar
      · ca727209
      Matti Pellika authored
      Added ability to "sacrifice" higher dimensional generators of
      homology groups in order to compute lower dimensional generators faster.
      ca727209
    • Matti Pellika's avatar
      · a38af42b
      Matti Pellika authored
      Fixed all known issues with cell combining. Also greatly improved its
      performance.
      a38af42b
  25. Jun 17, 2009
  26. Jun 11, 2009
  27. Jun 05, 2009
    • Matti Pellika's avatar
      · 3a97b052
      Matti Pellika authored
      Bugfixes. Added notion about possible torsion of generators of homology
      groups.
      3a97b052
  28. Jun 04, 2009
    • Matti Pellika's avatar
      · 8c5913b6
      Matti Pellika authored
      Bugfixes around the place.
      8c5913b6
    • Matti Pellika's avatar
      · e884dfcd
      Matti Pellika authored
      Changed GMSH_LIBS order in configure.in in order to make linker work with
      homology computation plugin under linux.
      
      Added more message console info about homology computation.
      e884dfcd
  29. Jun 03, 2009
    • Matti Pellika's avatar
      · 22efe568
      Matti Pellika authored
      Added "#if defined(HAVE_KBIPACK)" preprocessor directives to only enable
      homology plugin & compile the code when kbipack & gmp library is avaible.
      22efe568
    • Matti Pellika's avatar
      · 6f549b7a
      Matti Pellika authored
      Added Geo/Homology.h and Geo/Homology.cpp as mid-interface for homology
      computation (the role of utils/misc/celldriver.cpp so far). From there on
      it's easy to either make plugin interface or parser interface, or both.
      
      Made Homology Computation plugin usable.
      
      The IO & graphics for post-processing views of the results of the homology
      computation are crude at the moment: it saves the results to a separate
      .msh file and reads them back by merging that to the current Gmsh session
      (it uses File->Merge method).
      6f549b7a
Loading