The Conley-Morse Graphs Software
Functions
custom::noKnownIndices Namespace Reference

Dummy version of a function for the computation of Conley indices of Morse sets which fail the isolation condition. More...

Functions

bool 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...
 

Detailed Description

Dummy version of a function for the computation of Conley indices of Morse sets which fail the isolation condition.

Function Documentation

◆ setConleyIndex()

bool custom::noKnownIndices::setConleyIndex ( theMorseDecompositionType morseDec,
int  n,
int  subdivDepth,
const double *  leftMapParam,
const double *  rightMapParam,
int  paramCount 
)
inline

Assigns a prescribed Conley index to the given Morse set whose index could not be computed because of the lack of isolation.

This procedure assigns the known index of the origin for the Leslie population model which comes from the linearization, based on its eigenvalues computed by hand for the 2-dimensional model: lambda_1 = theta_1 and lambda_2 = -p theta_2 / theta_1. Returns "true" if the index was set, "false" otherwise.

Definition at line 68 of file indknown.h.

Referenced by invMorseDec().