| 
    The Conley-Morse Graphs Software
    
   | 
 
Known Conley indices for a dynamical system. More...
#include "chomp/system/textfile.h"#include "chomp/homology/chains.h"#include "chomp/struct/integer.h"#include "config.h"#include "typedefs.h"#include "conindex.h"#include "morsedec.h"#include "typedyns.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::noKnownIndices | 
| Dummy version of a function for the computation of Conley indices of Morse sets which fail the isolation condition.  | |
Functions | |
| bool | custom::noKnownIndices::setConleyIndex (theMorseDecompositionType &morseDec, int n, int subdivDepth, const double *leftMapParam, const double *rightMapParam, int paramCount) | 
| Assigns a prescribed Conley index to the given Morse set whose index could not be computed because of the lack of isolation.  More... | |
Known Conley indices for a dynamical system.
Prepare a customized version of this file every time a different system is considered if the Conley indices which cannot be computed are actually known apriori (e.g., for the origin if it is not isolated).
Definition in file indknown.h.