Skip to content
Snippets Groups Projects
  1. Jan 15, 2010
    • Matti Pellika's avatar
      · 61a9dafb
      Matti Pellika authored
      Code cleanup, increased verbosity. 
      
      61a9dafb
  2. Jan 04, 2010
  3. Dec 29, 2009
  4. Dec 21, 2009
    • Matti Pellika's avatar
      · 471f1bf3
      Matti Pellika authored
      Link libgmp statically?
      
      471f1bf3
  5. Nov 05, 2009
  6. Oct 23, 2009
  7. Oct 20, 2009
  8. Oct 08, 2009
  9. Oct 06, 2009
    • Matti Pellika's avatar
      · 1b552b63
      Matti Pellika authored
      Added parser interface for homology computation (finally).
      A tutorial will follow.
      1b552b63
  10. 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
  11. 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
  12. Jul 03, 2009
  13. 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
  14. Jun 17, 2009
  15. Jun 11, 2009
  16. Jun 05, 2009
    • Matti Pellika's avatar
      · 3a97b052
      Matti Pellika authored
      Bugfixes. Added notion about possible torsion of generators of homology
      groups.
      3a97b052
  17. 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
  18. 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