Nektar++
|
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/BasicUtils/ErrorUtil.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Foundations/Foundations.hpp>
#include <LibUtilities/Foundations/FoundationsFwd.hpp>
#include <LibUtilities/LinearAlgebra/NekMatrixFwd.hpp>
Go to the source code of this file.
Classes | |
class | Nektar::LibUtilities::PointsKey |
Defines a specification for a set of points. More... | |
struct | Nektar::LibUtilities::PointsKey::opLess |
class | Nektar::LibUtilities::Points< DataT > |
Stores a set of points of datatype DataT, defined by a PointKey. More... | |
Namespaces | |
namespace | Nektar |
namespace | Nektar::LibUtilities |
Typedefs | |
typedef std::vector< PointsKey > | Nektar::LibUtilities::PointsKeyVector |
Functions | |
static const PointsKey | Nektar::LibUtilities::NullPointsKey (0, eNoPointsType) |
bool | Nektar::LibUtilities::operator== (const PointsKey &lhs, const PointsKey &rhs) |
bool | Nektar::LibUtilities::operator< (const PointsKey &lhs, const PointsKey &rhs) |
std::ostream & | Nektar::LibUtilities::operator<< (std::ostream &os, const PointsKey &rhs) |