#include <BGMesh.h>
Definition at line 11 of file BGMesh.h.
◆ BGMesh() [1/2]
Heed::BGMesh::BGMesh |
( |
void |
| ) |
|
|
inline |
◆ BGMesh() [2/2]
Heed::BGMesh::BGMesh |
( |
double |
fxmin, |
|
|
double |
fxmax, |
|
|
long |
fq |
|
) |
| |
Definition at line 5 of file BGMesh.cpp.
8}
DynLinArr< double > make_log_mesh(double fxmin, double fxmax, long fq)
◆ macro_copy_total()
Heed::BGMesh::macro_copy_total |
( |
BGMesh |
| ) |
|
◆ print()
void Heed::BGMesh::print |
( |
std::ostream & |
file, |
|
|
int |
l |
|
) |
| const |
|
virtual |
Definition at line 10 of file BGMesh.cpp.
10 {
11 if (l <= 0) return;
12 Ifile <<
"BGMesh (l=" << l <<
"): \n";
14 Ifile <<
"xmin=" <<
xmin <<
" xmax=" <<
xmax <<
" quantity of intervals=" <<
q
15 << '\n';
16 if (l > 1) {
18 }
20}
#define Iprintn(file, name)
Referenced by Heed::operator<<().
◆ xmax
double Heed::BGMesh::xmax |
◆ xmin
double Heed::BGMesh::xmin |
The documentation for this class was generated from the following files: