IOSS 2.0
|
#include "Ioss_CodeTypes.h"
#include "Ioss_ElementPermutation.h"
#include <map>
#include <set>
#include <string>
#include <vector>
#include "ioss_export.h"
Go to the source code of this file.
Classes | |
class | Ioss::ETRegistry |
class | Ioss::ElementTopology |
Represents an element topology. More... | |
Namespaces | |
namespace | Ioss |
The main namespace for the Ioss library. | |
Typedefs | |
using | Ioss::ElementShapeMap = std::map<ElementShape, std::string> |
using | Ioss::ElementTopologyMap = std::map<std::string, ElementTopology *, std::less<>> |
using | Ioss::ETM_VP = ElementTopologyMap::value_type |
Enumerations | |
enum class | Ioss::ElementShape : unsigned { Ioss::UNKNOWN , Ioss::POINT , Ioss::SPHERE , Ioss::LINE , Ioss::SPRING , Ioss::TRI , Ioss::QUAD , Ioss::TET , Ioss::PYRAMID , Ioss::WEDGE , Ioss::HEX , Ioss::SUPER } |