Skip to content
Snippets Groups Projects
  1. Jun 08, 2009
  2. Jun 07, 2009
  3. Jun 06, 2009
  4. Jun 05, 2009
    • Matti Pellika's avatar
      · 3a97b052
      Matti Pellika authored
      Bugfixes. Added notion about possible torsion of generators of homology
      groups.
      3a97b052
  5. 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
  6. Jun 03, 2009
    • Christophe Geuzaine's avatar
      *** empty log message *** · e26254a2
      Christophe Geuzaine authored
      e26254a2
    • 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
    • Matti Pellika's avatar
      95170c35
  7. Jun 02, 2009
  8. Jun 01, 2009
  9. May 30, 2009
  10. May 27, 2009
    • Matti Pellika's avatar
      · b6489b15
      Matti Pellika authored
      Small update on reduceComplex and coreduceComplex methods to correspond current
      insight of reduction and coreduction: coreduction is the same thing to the dual
      cell complex as reduction is to the primal cell complex, and hence has no
      "priviledges" over that.
      
      When coreduction is applied to primal complex, we obtain the thick cuts
      of generators of homology groups obtained via reduction of the primal
      complex.
      b6489b15
  11. May 26, 2009
  12. May 22, 2009
  13. May 20, 2009
  14. May 19, 2009
    • Christophe Geuzaine's avatar
      - fix dimension ambiguity for PhysicalNames (this required a change in · ec0a297c
      Christophe Geuzaine authored
        the .msh format -> bumped version from 2.0 to 2.1)
      - move createTopologyFromMSH into GModel.cpp (and renamed to
        createTopologyFromMesh)
      ec0a297c
    • Matti Pellika's avatar
      Code cleanup. · 6091a8d3
      Matti Pellika authored
      Added cell combining methods (about O(n^2)) to further reduce the size of
      the cell complex before applying Smith normal form computation.
      
      (Don't know why there seems to be some benchmarks/ files modified too,
      Somebody else committed between my update and commit?)
      6091a8d3
  15. May 18, 2009
Loading