-
- Downloads
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).
Showing
- Geo/CellComplex.cpp 7 additions, 6 deletionsGeo/CellComplex.cpp
- Geo/CellComplex.h 13 additions, 2 deletionsGeo/CellComplex.h
- Geo/ChainComplex.cpp 27 additions, 1 deletionGeo/ChainComplex.cpp
- Geo/ChainComplex.h 2 additions, 0 deletionsGeo/ChainComplex.h
- Geo/Homology.cpp 149 additions, 0 deletionsGeo/Homology.cpp
- Geo/Homology.h 42 additions, 0 deletionsGeo/Homology.h
- Geo/Makefile 2 additions, 2 deletionsGeo/Makefile
- Plugin/HomologyComputation.cpp 40 additions, 22 deletionsPlugin/HomologyComputation.cpp
- Plugin/Makefile 1 addition, 1 deletionPlugin/Makefile
Geo/Homology.cpp
0 → 100644
Geo/Homology.h
0 → 100644
Please register or sign in to comment