9 : xmin(fxmin), xmax(fxmax), q(fq) {
11 mfunname(
"BGMesh::BGMesh(double fxmin, double fxmax, long fq)");
14 const double rk =
pow(fxmax / fxmin, 1. /
double(fq - 1));
19 for (
long n = 1; n < fq - 1; n++) {
27 Ifile <<
"BGMesh (l=" << l <<
"): \n";
29 Ifile <<
"xmin=" <<
xmin <<
" xmax=" <<
xmax <<
" quantity of intervals=" <<
q
38 Ifile <<
"operator<<(std::ostream& file, const BGMesh& bgm):\n";
#define check_econd11(a, signb, stream)
void print(std::ostream &file, int l) const
long q
Total number of points (not number of intervals).
std::ostream & operator<<(std::ostream &file, const BGMesh &bgm)
DoubleAc pow(const DoubleAc &f, double p)
#define Iprintn(file, name)