Nektar++
|
#include <map>
#include <boost/cstdint.hpp>
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 | |
Nektar | |
< | |
Typedefs | |
typedef double | Nektar::NekDouble |
typedef boost::int32_t | Nektar::NekInt |
typedef boost::int32_t | Nektar::NekInt32 |
typedef boost::int64_t | Nektar::NekInt64 |
typedef boost::uint32_t | Nektar::NekUInt |
typedef boost::uint32_t | Nektar::NekUInt32 |
typedef boost::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 } |
enum | Nektar::FlagType { Nektar::eUseGlobal } |
Enumeration of flags for passing a list of options. More... | |
Variables | |
const char *const | Nektar::FlagTypeMap [] |
String map for FlagType enumeration. More... | |
static FlagList | Nektar::NullFlagList |
An empty flag list. More... | |