- Jan 15, 2010
-
-
Matti Pellika authored
Code cleanup, increased verbosity.
-
- Jan 04, 2010
-
-
Matti Pellika authored
default after homology computatation for better generator chain visualization.
-
- Dec 29, 2009
-
-
Matti Pellika authored
Added option to save MSH without renumbering the mesh elements (required to save post-processing $ElementData right!).
-
Matti Pellika authored
-
- Dec 21, 2009
-
-
Matti Pellika authored
Link libgmp statically?
-
- Nov 05, 2009
-
-
Matti Pellika authored
-
- Oct 23, 2009
-
-
Matti Pellika authored
-
Matti Pellika authored
simulated annealing.
-
- Oct 20, 2009
-
-
Matti Pellika authored
-
Matti Pellika authored
method to make generators of H1 and H2 prettier (more to come!).
-
- Oct 08, 2009
-
-
Matti Pellika authored
-
- Oct 06, 2009
-
-
Matti Pellika authored
Added parser interface for homology computation (finally). A tutorial will follow.
-
- Aug 24, 2009
-
-
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.
-
- Aug 14, 2009
-
-
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
-
- Jul 03, 2009
-
-
Matti Pellika authored
dimensions.
-
- Jun 25, 2009
-
-
Matti Pellika authored
Added ability to "sacrifice" higher dimensional generators of homology groups in order to compute lower dimensional generators faster.
-
Matti Pellika authored
Fixed all known issues with cell combining. Also greatly improved its performance.
-
- Jun 17, 2009
-
-
Matti Pellika authored
Bugfixes.
-
- Jun 11, 2009
-
-
Matti Pellika authored
-
- Jun 05, 2009
-
-
Matti Pellika authored
Bugfixes. Added notion about possible torsion of generators of homology groups.
-
- Jun 04, 2009
-
-
Matti Pellika authored
Bugfixes around the place.
-
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.
-
- Jun 03, 2009
-
-
Matti Pellika authored
Added "#if defined(HAVE_KBIPACK)" preprocessor directives to only enable homology plugin & compile the code when kbipack & gmp library is avaible.
-
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).
-