Nektar++
|
#include <cstdint>
#include <map>
Go to the source code of this file.
Classes | |
struct | Nektar::OneD |
struct | Nektar::TwoD |
struct | Nektar::ThreeD |
struct | Nektar::FourD |
class | Nektar::FlagList |
Defines a list of flags. More... | |
Namespaces | |
namespace | Nektar |
Typedefs | |
typedef double | Nektar::NekDouble |
typedef float | Nektar::NekSingle |
typedef std::int32_t | Nektar::NekInt |
typedef std::int32_t | Nektar::NekInt32 |
typedef std::int64_t | Nektar::NekInt64 |
typedef std::uint32_t | Nektar::NekUInt |
typedef std::uint32_t | Nektar::NekUInt32 |
typedef std::uint64_t | Nektar::NekUInt64 |
Enumerations | |
enum | Nektar::Direction { Nektar::xDir = 0 , Nektar::yDir = 1 , Nektar::zDir = 2 } |
enum | Nektar::OutputFormat { Nektar::eTecplot , Nektar::eTecplotZones , Nektar::eTecplotSingleBlock , Nektar::eGmsh , Nektar::eGnuplot } |
Enumeration a flags for output format. More... | |
enum | Nektar::FlagType { Nektar::eUseGlobal } |
Enumeration of flags for passing a list of options. More... | |
Variables | |
const char *const | Nektar::FlagTypeMap [] = {"UseGlobal"} |
String map for FlagType enumeration. More... | |