Go to the documentation of this file.
12 #include "../Matrix/Matrix.h"
13 #include "../Parameters/Parameters.h"
14 #include "../VariousFunctions/variousFunctions.h"
44 void SetRegularGridValue(
int il,
int im,
int ia,
int gridElementDirection);
67 string grid_filename,
string gridType,
70 void Output(
string filename);
84 double find_alpha(
double RHS,
double alpha_min,
double alhpa_max,
double ERR = 1e-12,
int max_it = 100,
int it = 0);