Teem 1.10.0
src/alan/enumsAlan.c File Reference
#include "alan.h"
Include dependency graph for enumsAlan.c:

Variables

char _alanStopStr [ALAN_STOP_MAX+1][AIR_STRLEN_SMALL]
char _alanStopDesc [ALAN_STOP_MAX+1][AIR_STRLEN_MED]
airEnum _alanStop
airEnumalanStop = &_alanStop

Variable Documentation

Initial value:
 {
  "stop",
  ALAN_STOP_MAX,
  _alanStopStr,  NULL,
  _alanStopDesc,
  NULL, NULL,
  AIR_FALSE
}
char _alanStopDesc[ALAN_STOP_MAX+1][AIR_STRLEN_MED]
Initial value:
 {
  "unknown_stop",
  "there is no reason to stop",
  "hit the maximum number of iterations",
  "got non-existant values",
  "simulation converged",
  "simulation hit divergent instability"
}
char _alanStopStr[ALAN_STOP_MAX+1][AIR_STRLEN_SMALL]
Initial value:
 {
  "(unknown_stop)",
  "not",
  "iter",
  "nonexist",
  "converged",
  "diverged"
}