#include <ProcessIsoContour.h>
Definition at line 186 of file ProcessIsoContour.h.
◆ IsoVertex()
Nektar::FieldUtils::IsoVertex::IsoVertex |
( |
void |
| ) |
|
|
inline |
◆ ~IsoVertex()
Nektar::FieldUtils::IsoVertex::~IsoVertex |
( |
| ) |
|
|
inline |
◆ get_iso_id()
int Nektar::FieldUtils::IsoVertex::get_iso_id |
( |
| ) |
|
|
inline |
◆ get_iso_vert_id()
int Nektar::FieldUtils::IsoVertex::get_iso_vert_id |
( |
| ) |
|
|
inline |
◆ Iso
◆ operator!=
Definition at line 963 of file ProcessIsoContour.cpp.
964{
965 return ((x.m_x - y.m_x) * (x.m_x - y.m_x) +
966 (x.m_y - y.m_y) * (x.m_y - y.m_y) +
967 (x.m_z - y.m_z) * (x.m_z - y.m_z) <
969 ? 0
970 : 1;
971}
static const NekDouble kNekZeroTol
◆ operator==
Definition at line 952 of file ProcessIsoContour.cpp.
953{
954 return ((x.m_x - y.m_x) * (x.m_x - y.m_x) +
955 (x.m_y - y.m_y) * (x.m_y - y.m_y) +
956 (x.m_z - y.m_z) * (x.m_z - y.m_z) <
958 ? true
959 : false;
960}
◆ m_fields
std::vector<NekDouble> Nektar::FieldUtils::IsoVertex::m_fields |
|
private |
◆ m_id
int Nektar::FieldUtils::IsoVertex::m_id |
|
private |
◆ m_iso_id
int Nektar::FieldUtils::IsoVertex::m_iso_id |
|
private |
◆ m_iso_vert_id
int Nektar::FieldUtils::IsoVertex::m_iso_vert_id |
|
private |
◆ m_x
◆ m_y
◆ m_z