Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 03, 2009
  3. 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
  4. Jun 17, 2009
  5. Jun 11, 2009
  6. Jun 05, 2009
    • Matti Pellika's avatar
      · 3a97b052
      Matti Pellika authored
      Bugfixes. Added notion about possible torsion of generators of homology
      groups.
      3a97b052
  7. 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
  8. 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