Public Attributes | |
std::vector< Complex * > | complexMesh |
std::vector< Complex * >::iterator | itr |
Static Public Attributes | |
static const double | POS_PI = 3.14159265 |
static const double | NEG_PI = -3.14159265 |
static const unsigned int | GRID_RES = 16 |
static const unsigned int | GRID_INTERVAL = MeshGrid::GRID_RES-1 |
static const double | leftRange = -3.1 |
static const double | rightRange = 3.1 |
static const double | interval = abs(MeshGrid::leftRange) + abs(MeshGrid::rightRange) |
static const float | eps = 1.19209290e-07f |
Definition at line 14 of file MeshGrid.h.