Go to the source code of this file.
Functions | |
int | RelaxRun (int argc, char *argv[]) |
void | RelaxInit (void(*count)(int n_iter, double err, int loadstep), void(*fposgauge)(double gauge), void(*fstop)(int *stop)) |
void | RelaxTime (void(*relaxtm)(double elap_time)) |
void | RelaxReset (void) |
void RelaxInit | ( | void(*)(int n_iter, double err, int loadstep) | count, | |
void(*)(double gauge) | fposgauge, | |||
void(*)(int *stop) | fstop | |||
) |
void RelaxReset | ( | void | ) |
Definition at line 127 of file main.c.
References AlgReset(), and IoReset().
int RelaxRun | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 69 of file main.c.
References DrvAnalysis, DrvObj, IoCloseFiles(), IoOpenFiles(), IoReadFile(), IoWriteFile(), and UIStart().
void RelaxTime | ( | void(*)(double elap_time) | relaxtm | ) |