17 : qlr(fqlr), ax(fax) {
20 for (
long n = 0; n <
qlr; n++) {
30 <<
" Dx=" << l.
Dx <<
'\n';
31 for (
int n = 0; n < l.
qlr; n++)
Ifile <<
"n=" << n <<
" x=" << l.
ax[n] <<
'\n';
38 for (
long n = 0; n <
qlr; n++) {
54 for (
long n = 0; n <
qlr; n++) {
67 Ifile <<
"linexi2_coor: qlr=" << l.
qlr <<
'\n';
70 Ifile <<
"a=" << l.
a <<
" b=" << l.
b <<
'\n';
71 for (
int n = 0; n < l.
qlr; n++)
72 Ifile <<
"n=" << n <<
" x=" << l.
ax[n] <<
" y=" << l.
ay[n] <<
'\n';
linexi2_coor(const long fqlr, const double *fax)
linexi2(const linexi2_coor &lc, const double *fay)
std::ostream & operator<<(std::ostream &file, const BGMesh &bgm)