IOSS 2.0
Loading...
Searching...
No Matches
Ioss_ElementTopology.h File Reference
#include "Ioss_CodeTypes.h"
#include "Ioss_ElementPermutation.h"
#include <map>
#include <set>
#include <string>
#include <vector>
#include "ioss_export.h"
Include dependency graph for Ioss_ElementTopology.h:
This graph shows which files directly or indirectly include this file:

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
}