#include <stdio.h>
#include <time.h>
#include "relax.h"
#include "rui.h"
#include "rio.h"
#include "drv.h"
#include "alg.h"
#include "nfi.h"
Go to the source code of this file.
Functions | |
int | RelaxRun (int argc, char *argv[]) |
void | RelaxInit (void(*count_it)(int n_iter, double err, int loadstep), void(*fposgauge)(double gauge), void(*fstop)(int *stop)) |
void | RelaxReset (void) |
void RelaxInit | ( | void(*)(int n_iter, double err, int loadstep) | count_it, | |
void(*)(double gauge) | fposgauge, | |||
void(*)(int *stop) | fstop | |||
) |