#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 965 of file ProcessIsoContour.cpp.
967 return ((x.m_x-y.m_x)*(x.m_x-y.m_x) + (x.m_y-y.m_y)*(x.m_y-y.m_y) +
static const NekDouble kNekZeroTol
◆ operator==
Definition at line 958 of file ProcessIsoContour.cpp.
960 return ((x.m_x-y.m_x)*(x.m_x-y.m_x) + (x.m_y-y.m_y)*(x.m_y-y.m_y) +
◆ 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