|
The Conley-Morse Graphs Software
|
A plug-in for post-processing of Morse decompositions which saves the real exit sets of all the Morse sets. More...
#include <sstream>#include <fstream>#include <string>#include "chomp/system/textfile.h"#include "chomp/struct/digraph.h"#include "chomp/struct/flatmatr.h"#include "chomp/struct/multitab.h"#include "config.h"#include "typedefs.h"#include "conindex.h"#include "morsedec.h"#include "typedyns.h"#include "utils.h"Go to the source code of this file.
Namespaces | |
| namespace | custom |
| Customizable settings that are supposed to be modified and/or chosen by the user of the software. | |
| namespace | custom::procMorseDecExit |
| Post-processing of Morse decompositions by means of cycle decomposition. | |
Functions | |
| template<class CubSetType , class MorseDecType , class GraphType , class CubMapType > | |
| void | custom::procMorseDecExit::processMorseDec (const MorseDecType &morseDec, const CubSetType &allCubes, const GraphType &g, const CubMapType &theCubMap, const CubMapType &, const std::string &cubesFilePrefix, const std::string &procFilePrefix) |
| Post-processes a Morse decomposition by computing a decomposition of each Morse set into cycle sets and analyzing this decomposition. More... | |
A plug-in for post-processing of Morse decompositions which saves the real exit sets of all the Morse sets.
This is a replacement for "procmdec.h".
Definition in file procexit.h.