Nektar++
|
#include <fstream>
#include <SpatialDomains/PointGeom.h>
#include <SpatialDomains/SegGeom.h>
#include <StdRegions/StdRegions.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Nektar |
namespace | Nektar::SpatialDomains |
Functions | |
bool | Nektar::SpatialDomains::operator== (const PointGeom &x, const PointGeom &y) |
Determine equivalence by the ids. No matter what the position, if the ids are the same, then they are equivalent, and vice versa. More... | |
bool | Nektar::SpatialDomains::operator== (const PointGeom &x, const PointGeom *y) |
bool | Nektar::SpatialDomains::operator== (const PointGeom *x, const PointGeom &y) |
bool | Nektar::SpatialDomains::operator!= (const PointGeom &x, const PointGeom &y) |
bool | Nektar::SpatialDomains::operator!= (const PointGeom &x, const PointGeom *y) |
bool | Nektar::SpatialDomains::operator!= (const PointGeom *x, const PointGeom &y) |