#include "alan.h"
Variables | |
char | _alanStopStr [ALAN_STOP_MAX+1][AIR_STRLEN_SMALL] |
char | _alanStopDesc [ALAN_STOP_MAX+1][AIR_STRLEN_MED] |
airEnum | _alanStop |
airEnum * | alanStop = &_alanStop |
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" }