|
Nektar++
|
#include <LibUtilities/BasicUtils/ShapeType.hpp>#include <LibUtilities/Memory/ObjectPool.hpp>#include <SpatialDomains/GeomFactors.h>#include <SpatialDomains/SpatialDomainsDeclspec.h>#include <array>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | Nektar::SpatialDomains::Geometry |
| Base class for shape geometry information. More... | |
| struct | Nektar::SpatialDomains::GeometryHash |
| Unary function that constructs a hash of a Geometry object, based on the vertex IDs. More... | |
Namespaces | |
| namespace | Nektar |
| namespace | Nektar::SpatialDomains |
Typedefs | |
| typedef unique_ptr_objpool< Geometry > | Nektar::SpatialDomains::GeometryUniquePtr |
Functions | |
| bool | Nektar::SpatialDomains::SortByGlobalId (const Geometry *&lhs, const Geometry *&rhs) |
| Less than operator to sort Geometry objects by global id when sorting STL containers. | |
| bool | Nektar::SpatialDomains::GlobalIdEquality (const Geometry *&lhs, const Geometry *&rhs) |
Variables | |
| static CurveMap | Nektar::SpatialDomains::NullCurveMap |