#include <ProcessIsoContour.h>
Definition at line 188 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 961 of file ProcessIsoContour.cpp.
962{
963 return ((x.m_x - y.m_x) * (x.m_x - y.m_x) +
964 (x.m_y - y.m_y) * (x.m_y - y.m_y) +
965 (x.m_z - y.m_z) * (x.m_z - y.m_z) <
967 ? 0
968 : 1;
969}
static const NekDouble kNekZeroTol
◆ operator==
Definition at line 950 of file ProcessIsoContour.cpp.
951{
952 return ((x.m_x - y.m_x) * (x.m_x - y.m_x) +
953 (x.m_y - y.m_y) * (x.m_y - y.m_y) +
954 (x.m_z - y.m_z) * (x.m_z - y.m_z) <
956 ? true
957 : false;
958}
◆ 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