Holds diffusion coefficient matrix and routines to load and calculate it.
functions for write log and support files. Functions are defined in Output.h and descripted in Output...
void polint(double *xa, double *ya, int n, double x, double *y, double *dy)
double bisection(double(*f)(double x, double Alpha), double Alpha, double x0, double x1, double eps)
Looking for roots of function f for given Alpha on the interval x0-x1.
void spline(double *x, double *y, int n, double yp1, double ypn, double *y2)
void ratint(double *xa, double *ya, int n, double x, double *y, double *dy)
Computational grid composed of 3 different GridElement.
double polilinear(double *xa, double *ya, int n, double x, double lb, double ub)