Go to the documentation of this file.
34 #ifndef IOSS_Ioss_TriShell7_h
35 #define IOSS_Ioss_TriShell7_h
56 int order()
const override;
83 #endif // IOSS_Ioss_TriShell7_h
bool is_element() const override
Definition: Ioss_TriShell7.h:55
std::vector< int > IntVector
Definition: Ioss_CodeTypes.h:51
int number_edges_face(int face=0) const override
Definition: Ioss_TriShell7.C:117
int spatial_dimension() const override
Definition: Ioss_TriShell7.C:100
The main namespace for the Ioss library.
Definition: Ioad_DatabaseIO.C:66
int number_nodes_edge(int edge=0) const override
Definition: Ioss_TriShell7.C:108
int parametric_dimension() const override
Definition: Ioss_TriShell7.C:99
Ioss::IntVector element_connectivity() const override
Definition: Ioss_TriShell7.C:148
static const char * name
Definition: Ioss_TriShell7.h:47
Definition: Ioss_TriShell7.h:43
int number_nodes_face(int face=0) const override
Definition: Ioss_TriShell7.C:110
ElementShape shape() const override
Definition: Ioss_TriShell7.h:52
static TriShell7 instance_
Definition: Ioss_TriShell7.h:78
int number_nodes() const override
Definition: Ioss_TriShell7.C:104
Represents an element topology.
Definition: Ioss_ElementTopology.h:72
Ioss::IntVector edge_connectivity(int edge_number) const override
Definition: Ioss_TriShell7.C:124
int number_edges() const override
Definition: Ioss_TriShell7.C:105
int order() const override
Definition: Ioss_TriShell7.C:101
static void factory()
Definition: Ioss_TriShell7.C:84
int number_corner_nodes() const override
Definition: Ioss_TriShell7.C:103
ElementShape
Definition: Ioss_ElementTopology.h:45
int number_faces() const override
Definition: Ioss_TriShell7.C:106
Ioss::ElementTopology * face_type(int face_number=0) const override
Definition: Ioss_TriShell7.C:157
Ioss::ElementTopology * edge_type(int edge_number=0) const override
Definition: Ioss_TriShell7.C:164
TriShell7()
Definition: Ioss_TriShell7.C:90
Ioss::IntVector face_connectivity(int face_number) const override
Definition: Ioss_TriShell7.C:136