The Conley-Morse Graphs Software
Namespaces | Functions
procshape.h File Reference

A plug-in for post-processing of Morse decompositions which saves the real exit sets of all the Morse sets and also makes some shape analysis of the computed sets. More...

#include <sstream>
#include <fstream>
#include <string>
#include "chomp/system/textfile.h"
#include "chomp/system/timeused.h"
#include "chomp/struct/digraph.h"
#include "chomp/struct/flatmatr.h"
#include "chomp/struct/multitab.h"
#include "chomp/cubes/neighbor.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::procMorseDecShape
 Post-processing of Morse decompositions by means of cycle decomposition.
 

Functions

template<class CubSetType >
void custom::procMorseDecShape::computeBoundary (const CubSetType &X, CubSetType &bd)
 Computes the boundary of a set of cubes. More...
 
template<class CubSetType , class MorseDecType , class GraphType , class CubMapType >
void custom::procMorseDecShape::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...
 

Detailed Description

A plug-in for post-processing of Morse decompositions which saves the real exit sets of all the Morse sets and also makes some shape analysis of the computed sets.

This is a replacement for "procmdec.h".

Author
Pawel Pilarczyk

Definition in file procshape.h.