Classes | |
struct | CartBoxZone |
CartBoxZone. More... | |
struct | CartBoxZone< 3 > |
CartBoxZone 3-dimension. More... | |
struct | CartBoxZone< 2 > |
Hex(quad) Zone for 2-dimension. More... | |
struct | SimpleCartBoxZone |
CartBoxZone. More... | |
struct | SimpleCartBoxZone< 3 > |
CartBoxZone 3-dimension. More... | |
struct | SimpleCartBoxZone< 2 > |
Hex(quad) Zone for 2-dimension. More... | |
struct | Point |
point struct to store node data More... | |
struct | ZoneBase |
base of zone More... | |
Functions | |
template<int N_dim> | |
std::ostream & | operator<< (std::ostream &os, const Point< N_dim > &x) |
operator for out stream << More... | |
Variables | |
static constexpr Real | eps = 0.0 |
|
inline |
operator for out stream <<
N_dim |
os | ostream object |
x | point |
References compgeo::Point< N_dim >::pos.
|
staticconstexpr |