The Conley-Morse Graphs Software
Functions
mapgraph.h File Reference

Computation of the graph representation of a combinatorial map. More...

#include "chomp/system/textfile.h"
#include "chomp/cubes/pointset.h"
#include "chomp/cubes/cube.h"
#include "config.h"
#include "typedefs.h"
#include "typedyns.h"
#include "utils.h"
#include "spacewrap.h"

Go to the source code of this file.

Functions

template<class typeCubes , class typeGraph , class typeCubMap >
void computeMapGraph (const typeCubes &X, typeGraph &g, const typeCubMap &theCubMap, bool cropping=true)
 Computes the cubical map on 'X' and fills out the graph 'g'. More...
 

Detailed Description

Computation of the graph representation of a combinatorial map.

This file contains the definition of a function for the computation of a directed graph which represents a combinatorial map restricted to a given set of cubes.

Author
Pawel Pilarczyk

Definition in file mapgraph.h.

Function Documentation

◆ computeMapGraph()

template<class typeCubes , class typeGraph , class typeCubMap >
void computeMapGraph ( const typeCubes &  X,
typeGraph &  g,
const typeCubMap &  theCubMap,
bool  cropping = true 
)
inline

Computes the cubical map on 'X' and fills out the graph 'g'.

Definition at line 56 of file mapgraph.h.

References custom::difference::spaceDim.

Referenced by computeMorseDecomposition(), findSCCs(), and invariantPart().